View source: R/controlFunctions.R
| gammaControl | R Documentation |
Provides a list of arguments to pass to
wspoissonTest.
gammaControl(
midp = FALSE,
nmc = 0,
wmtype = c("max", "mean", "minmaxavg", "tcz"),
unirootTolFactor = 1e-06,
...
)
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. |
A list of arguments to pass to wspoissonTest.
If midp = TRUE, with values
midp |
|
nmc |
|
unirootTolFactor |
If midp = FALSE, with values:
|
wspoissonTest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.