montePop: Generate Objects of Class "'montePop'"

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

Description

This is the generic definition for generating objects of class "montePop." There are several methods corresponding to this generic with different signatures that may be found in montePop-methods.

Usage

1
montePop(popVals, ...)

Arguments

popVals

Signature object, which differs for each method.

...

See methods.

Details

The methods associated with this generic should be used to construct objects of class "montePop." Such objects contain the population values and the basic population parameters (statistics), which will be calculated automatically by the constructor.

Value

A valid object of class "montePop."

Author(s)

Jeffrey H. Gove

References

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

See Also

monte, monteSample

Examples

1
2
3
mp = montePop(rnorm(100))
mp
hist(mp)

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