Function that gives list of algorithm variables used by
uncondExact2x2
.
ucControl(nCIgrid = 500, errbound = 0, nPgrid = 100,
power2 = 20, maxPgridRatio = 1 - 10^-6,
minPgridRatio = 10^-6)
A LIST of all the named elements (see arguments to call).
number of elements in the grid search for the confidence interval.
Used with large sample sizes to speed calculations, only calculate univariate binomial distribution in the middle part, exclude both tails with less than errbound/2 in each tail. When errbound=0, calculate the full distributions.
number of elements to search over the null parameter space.
how precise to make the grid search for the confidence interval when using the `faster' algorithm (e.g., when method='user-fixed').
maximum binomial probability for the search over the null nuisance parameter space, when parmtype='ratio' or 'oddsratio'
maximum binomial probability for the search over the null nuisance parameter space, when parmtype='ratio' or 'oddsratio'