monteBSSample-methods {sampSurf}R Documentation

Methods for Function monteBSSample in Package sampSurf

Description

The following methods will construct valid objects of class "monteBSSample." 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...

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

[Package sampSurf version 0.7-4 Index]