Difference between revisions of "OpasnetUtils/Tapply"

From Testiwiki
Jump to: navigation, search
(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 ...")
(No difference)

Revision as of 12:29, 14 June 2012



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