VirtualSampleControl-class {simFrame}R Documentation

Class "VirtualSampleControl"

Description

Virtual superclass for controlling the setup of samples.

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

k:
Object of class "numeric", a single positive integer giving the number of samples to be set up.

Methods

clusterRunSimulation
signature(cl = "ANY", x = "data.frame", setup = "VirtualSampleControl", nrep = "missing", control = "SimControl"): run a simulation experiment on a snow cluster.
draw
signature(x = "data.frame", setup = "VirtualSampleControl"): draw a sample.
length
signature(x = "VirtualSampleControl"): get the number of samples to be set up.
runSimulation
signature(x = "data.frame", setup = "VirtualSampleControl", nrep = "missing", control = "SimControl"): run a simulation experiment.

Author(s)

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

See Also

SampleControl, SampleSetup, setup, draw

Examples

showClass("VirtualSampleControl")

[Package simFrame version 0.1.1 Index]