monteBSSample {sampSurf} | R Documentation |
monteBSSample
"
This generic will allow the simple creation of objects of
class "monteBSSample
." Method definitions defining
all arguments are found in monteBSSample-methods
.
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.
# # 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)