monteNTSample: Generate Objects of Class "'monteNTSample'"

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

This generic will allow the simple creation of objects of class "monteNTSample." Method definitions defining all arguments are found in monteNTSample-methods.

Usage

1
monteNTSample(population, ...)

Arguments

population

Signature argument, currently only objects of class "montePop" are supported.

...

See methods.

Details

See the associated methods for this constructor in monteNTSample-methods.

Value

A valid object of class "monteNTSample."

Author(s)

Jeffrey H. Gove

References

The ‘“monte”: When is n Sufficiently Large?’ vignette.

See Also

monteSample, monteBSSample

Examples

1
2
3
4
mp = montePop(rnorm(100))
mnts = monteNTSample(mp, n=c(10,20,30))
mnts
hist(mnts)

sampSurf documentation built on March 5, 2021, 5:06 p.m.