gammaControl: Control Function for Gamma Method Confidence Intervals

Description Usage Arguments Value See Also

View source: R/controlFunctions.R

Description

Provides a list of arguments to pass to wspoissonTest.

Usage

1
2
gammaControl(midp = FALSE, nmc = 0, wmtype = c("max", "mean", "minmaxavg",
  "tcz"), unirootTolFactor = 1e-06, ...)

Arguments

midp

logical. Use mid-p confidence distribution method? Currently only implemented where wmtype = "max"

nmc

Calculation method when midp = TRUE.

wmtype

type of modification for the Gamma confidence interval.

unirootTolFactor

tolerance factor for uniroot where midp = TRUE and nmc = 0.

...

Currently ignored.

Value

A list of arguments to pass to wspoissonTest.

If midp = TRUE, with values

midp
nmc
unirootTolFactor

If midp = FALSE, with values:

wmtype

See Also

wspoissonTest


mnel/dsrTest documentation built on May 23, 2019, 5:06 a.m.