clusterSetup-methods {simFrame}R Documentation

Methods for setting up multiple samples on a snow cluster

Description

Set up multiple samples on a snow cluster.

Methods

cl = "ANY", x = "data.frame", control = "character"
set up multiple samples on a snow cluster using a control class specified by the character string control. The slots of the control object may be supplied as additional arguments.
cl = "ANY", x = "data.frame", control = "missing"
set up multiple samples on a snow cluster using a control object of class "SampleControl". Its slots may be supplied as additional arguments.
cl = "ANY", x = "data.frame", control = "SampleControl"
set up multiple samples on a snow cluster as defined by the control object control.

Author(s)

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

See Also

clusterSetup, setup, draw, SampleControl, VirtualSampleControl, SampleSetup


[Package simFrame version 0.1.1 Index]