monteNTSample {sampSurf} | R Documentation |
monteNTSample
"
This generic will allow the simple creation of objects of
class "monteNTSample
." Method definitions defining
all arguments are found in monteNTSample-methods
.
monteNTSample(population, ...)
population |
Signature argument, currently only objects of class
" |
... |
See methods. |
See the associated methods for this constructor in
monteNTSample-methods
.
A valid object of class "monteNTSample
."
Jeffrey H. Gove
The ‘“monte”: When is n Sufficiently Large?’ vignette.
mp = montePop(rnorm(100)) mnts = monteNTSample(mp, n=c(10,20,30)) mnts hist(mnts)