monteNTSample-methods {sampSurf}R Documentation

Methods for Function monteNTSample in Package sampSurf

Description

The following methods will construct valid objects of class "monteNTSample." Please see the ‘“monte”: When is n Sufficiently Large?’ vignette for more details and examples.

Methods

signature(population = "montePop")

This method works with an object of class "montePop" as the signature argument.

usage...

monteNTSample(population,
              n = c(10),
              mcSamples = 100,
              alpha = 0.05, 
              replace = TRUE,
              startSeed = NA,
              runQuiet = TRUE,
              ... )

[Package sampSurf version 0.7-5 Index]