monte-methods {ssExtra}R Documentation

Methods for "monteDoubleSampling" Object Construction in Package ssExtra

Description

The following methods for generic function monte will construct valid objects of class "monteDoubleSampling". Please see monte-methods in sampSurf for more details on other more general methods for the monte generic.

Methods

signature(object = "ssBigBAF")

This constructor method is only for use with objects of class "ssBigBAF".

usage...

monte(object,
      n = c(10),
      mcSamples = 1,                   #number of MC samples
      alpha = 0.05,                    #two-tailed alpha level
      replace = TRUE,                  #MC sample with[out] replacement
      boot = FALSE,
      numBSS = 100,                    #number of bootstrap samples
      description = 'Big BAF Sampling Monte Carlo Simulation',
      startSeed = 123,
      runQuiet = FALSE,
      sshh = FALSE,
      ... )
signature(object = "monteBigBAF")

This constructor method is only for use with objects of class "monteBigBAF". It will accept an object from the above constructor and calculate the point-based delta method (PBDM) statistics for that object. The PBDM was not available at the time of writing of the above constructor—which is quite long—so this “extention” constructor was written for this purpose.

usage...

monte(object,
      ssBB = NA,
      runQuiet = FALSE,
      ... )

[Package ssExtra version 0.1-2 Index]