OpasnetUtils/Tapply

From Testiwiki
Revision as of 12:29, 14 June 2012 by Mori (talk | contribs) (Created page with "Category:Opasnet Category:R tools {{method|moderator=|stub=Yes}} ==Description== tapply of ovariables applies a function to each cell of a ragged array, that is to each ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Description

tapply of ovariables applies a function to each cell of a ragged array, that is to each (non-empty) group of values given by a unique combination of the levels of certain factors.

Parameters

  • X an ovariable
  • (other parameters are as in generic tapply)

Code

+ Show code

See also