Description Objects from the Class Slots Accessor methods Methods UML class diagram Note Author(s) See Also Examples
Class containing a summary of set up samples.
Objects can be created by calls of the form
new("SummarySampleSetup", ...) or SummarySampleSetup(...).
However, objects are expected to be created by the summary method for
class "SampleSetup", these constructor functions are not
supposed to be called by the user.
size:Object of class "numeric" giving the size of
each of the set up samples.
getSizesignature(x = "SummarySampleSetup"): get slot
size.
showsignature(object = "SummarySampleSetup"): print a
summary of set up samples on the R console.
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.
There are no mutator methods available since the slots are not supposed to be changed by the user.
Andreas Alfons
1 | showClass("SummarySampleSetup")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.