| SampleSetup-class {simFrame} | R Documentation |
Class for set up samples.
Objects can be created by calls of the form new("SampleSetup", ...) or
SampleSetup(...).
indices:"list"; each list element
contains the indices of the sampled observations.prob:"numeric" giving the
inclusion probabilities.design:"character" giving the
variables (columns) defining the strata of the sample design.group:"character" giving the
variable (column) used for sampling whole groups rather than
individual observations.method:"function" used for sampling.call:"SimCall"; the function call
used to set up the samples, or NULL.signature(cl = "ANY", x = "data.frame",
setup = "SampleSetup", nrep = "missing", control = "SimControl"): run a
simulation experiment on a snow cluster.signature(x = "data.frame", setup = "SampleSetup"):
draw a sample.signature(x = "SampleSetup"): get the number of set up
samples.signature(x = "data.frame",
setup = "SampleSetup", nrep = "missing", control = "SimControl"): run a
simulation experiment.Andreas Alfons, alfons@statistik.tuwien.ac.at
SampleControl, VirtualSampleControl,
setup, draw
showClass("SampleSetup")