simApply-methods {simFrame}R Documentation

Methods for applying a function to subsets

Description

Apply a function to subsets of a data set.

Methods

x = "data.frame", design = "BasicVector", fun = "function"
apply a function to subsets given by the variables (columns) in design.
x = "data.frame", design = "Strata", fun = "function"
apply a function to subsets given by design.

Author(s)

Andreas Alfons, alfons@statistik.tuwien.ac.at

See Also

simApply


[Package simFrame version 0.1.1 Index]