Description Usage Arguments Details Value Author(s) References See Also Examples
This generic will allow the simple creation of objects of
class "monteNTSample
." Method definitions defining
all arguments are found in monteNTSample-methods
.
1 | 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.
1 2 3 4 | mp = montePop(rnorm(100))
mnts = monteNTSample(mp, n=c(10,20,30))
mnts
hist(mnts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.