| DataControl-class {simFrame} | R Documentation |
Class for controlling model-based generation of data.
Objects can be created by calls of the form new("DataControl", ...) or
DataControl(...).
size:"numeric" giving the number of
observations to be generated.distribution:"function" generating
the data, e.g., rnorm (the default) or
mvrnorm. It should take a positive integer as
its first argument, giving the number of observations to be generated,
and return an object that can be coerced to a data.frame.dots:"list" containing additional
arguments to be passed to distribution.colnames:"OptCharacter" ; a character
vector to be used as column names for the generated data.frame, or
NULL.
Class "VirtualDataControl", directly.
signature(control = "DataControl"): generate data.Andreas Alfons, alfons@statistik.tuwien.ac.at
showClass("DataControl")