nicqControl {nivm} | R Documentation |
Function that returns a list of algorithm controls for nicq
Description
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).
Usage
nicqControl(rdig = 5, slowint = FALSE, mint = 100,
interr = 10^-3, epsilon=10^(-4), alpha = 0.025,
tau.conf.level=0.95)
Arguments
rdig |
number of digits for rounding, used to eliminate some computer errors. Used in |
slowint |
use slow integration for |
mint |
number of summands in numeric integration for |
interr |
tolerance for integration for |
epsilon |
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 |
alpha |
significance level for calculation of |
tau.conf.level |
confidence level for tau, where F1(tau)=q. Uses |
Value
a list with each argument as a named value