| clusterRunSimulation-methods {simFrame} | R Documentation |
Methods for running a simulation experiment on a snow cluster
Description
Run a simulation experiment on a snow cluster.
Methods
- cl = "ANY", x = "ANY", setup = "ANY", nrep = "ANY", control = "missing"
- convenience wrapper that allows the slots of
control to be supplied
as arguments
- cl = "ANY", x = "data.frame", setup = "missing", nrep = "numeric",
control = "SimControl"
- run a simulation experiment based on real data
with repetitions on a
snow cluster.
- cl = "ANY", x = "data.frame", setup = "SampleSetup", nrep = "missing",
control = "SimControl"
- run a design-based simulation experiment with
previously set up samples on a
snow cluster.
- cl = "ANY", x = "data.frame", setup = "VirtualSampleControl",
nrep = "missing", control = "SimControl"
- run a design-based simulation
experiment on a
snow cluster.
- cl = "ANY", x = "VirtualDataControl", setup = "missing",
nrep = "numeric", control = "SimControl"
- run a model-based simulation
experiment with repetitions on a
snow cluster.
Author(s)
Andreas Alfons, alfons@statistik.tuwien.ac.at
See Also
clusterRunSimulation, runSimulation,
SimControl, SimResults,
simBwplot, simDensityplot, simXyplot
[Package
simFrame version 0.1.1
Index]