Controls for numeric integration, etc. Mostly used in getfx2
that is called by nicqTest
.
Defined as a function instead of a list, so sanity checks can be built in (but none have been included yet).
nicqControl(rdig = 5, slowint = FALSE, mint = 100,
interr = 10^-3, epsilon=10^(-4), alpha = 0.025,
tau.conf.level=0.95)
a list with each argument as a named value
number of digits for rounding, used to eliminate some computer errors. Used in getimaxpower
called by nicqTest
when ic="maxpower".
use slow integration for getfx2
number of summands in numeric integration for getfx2
tolerance for integration for getfx2
small value to give the range for the uniroot function that calculates the confidence intervals. It searches from -q+epsilon to 1-q-epsilon. Used in nicq.calc
called by nicqTest
.
significance level for calculation of getimaxpower
called by nicqTest
when ic="maxpower".
confidence level for tau, where F1(tau)=q. Uses bpcp
then quantile.kmciLR
.
nicqTest