gammaControl: Control Function for Gamma Method Confidence Intervals

View source: R/controlFunctions.R

gammaControlR 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 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


dsrTest documentation built on June 20, 2022, 5:15 p.m.