| draw-methods {simFrame} | R Documentation |
Methods for drawing a sample
Description
Draw a sample.
Methods
- x = "data.frame", setup = "character"
- draw a sample using a control
class specified by the character string
setup. The slots of the
control object may be supplied as additional arguments.
- x = "data.frame", setup = "missing"
- draw a sample using a control
object of class
"SampleControl". Its slots may be supplied as
additional arguments.
- x = "data.frame", setup = "SampleSetup"
- draw a previously set up
sample.
- x = "data.frame", setup = "VirtualSampleControl"
- draw a sample using a
control object inheriting from the virtual class
"VirtualSampleControl".
Author(s)
Andreas Alfons, alfons@statistik.tuwien.ac.at
See Also
draw, setup, SampleSetup,
SampleControl, VirtualSampleControl
[Package
simFrame version 0.1.1
Index]