Learn R Programming

sampSurf (version 0.7-6)

montePop: Generate Objects of Class "'>montePop"

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

montePop(popVals, ...)

Arguments

popVals

Signature object, which differs for each method.

See methods.

Value

A valid object of class "'>montePop."

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.

References

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

See Also

'>monte, '>monteSample

Examples

Run this code
# NOT RUN {
mp = montePop(rnorm(100))
mp
hist(mp)
# }

Run the code above in your browser using DataLab