Description Usage Arguments Details Value Author(s) References See Also Examples
This generic will allow the simple creation of objects of
class "monteBSSample
." Method definitions defining
all arguments are found in monteBSSample-methods
.
1 | monteBSSample(population, ...)
|
population |
Signature argument, currently only objects of class
" |
... |
See methods. |
See the associated methods for this constructor in
monteBSSample-methods
.
A valid object of class "monteBSSample
."
Jeffrey H. Gove
The ‘“monte”: When is n Sufficiently Large?’ vignette.
1 2 3 4 5 6 7 8 9 10 11 | #
# can take a little time, cut and paste
# to try it...
#
## Not run:
mp = montePop(rnorm(100))
mbss = monteBSSample(mp, n=c(10,20), R=100)
mbss
hist(mbss)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.