gammaControl {dsrTest} | R Documentation |
Control Function for Gamma Method Confidence Intervals
Description
Provides a list of arguments to pass to
wspoissonTest
.
Usage
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 |
nmc |
Calculation method when |
wmtype |
type of modification for the Gamma confidence interval. |
unirootTolFactor |
tolerance factor for uniroot where |
... |
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
[Package dsrTest version 1.0.0 Index]