Virtual superclass for controlling the setup of samples.
A virtual Class: No objects may be created from it.
k:Object of class "numeric", a single positive
integer giving the number of samples to be set up.
getKsignature(x = "VirtualSampleControl"): get slot
k.
setKsignature(x = "VirtualSampleControl"): set slot
k.
clusterRunSimulationsignature(cl = "ANY",
x = "data.frame", setup = "VirtualSampleControl", nrep = "missing",
control = "SimControl"): run a simulation experiment on a cluster.
clusterRunSimulationsignature(cl = "ANY",
x = "VirtualDataControl", setup = "VirtualSampleControl",
nrep = "numeric", control = "SimControl"): run a simulation experiment
on a cluster.
drawsignature(x = "data.frame",
setup = "VirtualSampleControl"): draw a sample.
headsignature(x = "VirtualSampleControl"): currently
returns the object itself.
lengthsignature(x = "VirtualSampleControl"): get the
number of samples to be set up.
runSimulationsignature(x = "data.frame",
setup = "VirtualSampleControl", nrep = "missing",
control = "SimControl"): run a simulation experiment.
runSimulationsignature(x = "VirtualDataControl",
setup = "VirtualSampleControl", nrep = "numeric",
control = "SimControl"): run a simulation experiment.
runSimulationsignature(x = "VirtualDataControl",
setup = "VirtualSampleControl", nrep = "missing",
control = "SimControl"): run a simulation experiment.
showsignature(object = "VirtualSampleControl"): print
the object on the R console.
summarysignature(object = "VirtualSampleControl"):
currently returns the object itself.
tailsignature(x = "VirtualSampleControl"): currently
returns the object itself.
A slightly simplified UML class diagram of the framework can be found in
Figure 1 of the package vignette An Object-Oriented Framework for
Statistical Simulation: The R Package simFrame. Use
vignette("simFrame-intro") to view this vignette.
Alfons, A., Templ, M. and Filzmoser, P. (2010) An Object-Oriented Framework for Statistical Simulation: The R Package simFrame. Journal of Statistical Software, 37(3), 1--36. 10.18637/jss.v037.i03.
"'>SampleControl", "'>TwoStageControl",
"'>SampleSetup", setup, draw
# NOT RUN {
showClass("VirtualSampleControl")
# }
Run the code above in your browser using DataLab