Learn R Programming

simFrame (version 0.5.0)

SampleSetup-class: Class "SampleSetup"

Description

Class for set up samples.

Arguments

Objects from the Class

Objects can be created by calls of the form new("SampleSetup", ...) or SampleSetup(...).

However, objects are expected to be created by the function setup or clusterSetup, these constructor functions are not supposed to be called by the user.

UML class diagram

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 RPackage simFrame. Use vignette("simFrame-intro") to view this vignette.

References

Alfons, A., Templ, M. and Filzmoser, P. (2010) An Object-Oriented Framework for Statistical Simulation: The RPackage simFrame. Journal of Statistical Software, 37(3), 1--36. URL http://www.jstatsoft.org/v37/i03/.

See Also

"SampleControl", "TwoStageControl", "VirtualSampleControl", setup, draw

Examples

Run this code
showClass("SampleSetup")

Run the code above in your browser using DataLab