montePop {sampSurf} | R Documentation |
montePop
"
This is the generic definition for generating objects of
class "montePop." There are several methods corresponding to this
generic with different signatures that may be found in
montePop-methods
.
montePop(popVals, ...)
popVals |
Signature object, which differs for each method. |
... |
See methods. |
The methods associated with this generic should be used to
construct objects of class "montePop
." Such
objects contain the population values and the basic population
parameters (statistics), which will be calculated automatically by the
constructor.
A valid object of class "montePop
."
Jeffrey H. Gove
The ‘“monte”: When is n Sufficiently Large?’ vignette.
mp = montePop(rnorm(100)) mp hist(mp)