Learn R Programming

pi0 (version 1.4-0)

nparncpp.iter: iterative call to the nparncpp function

Description

A wrapper to iteratively call the nparncpp function

Usage

nparncpp.iter(p,estimates=c("all","compromise","pi0","f1"),iter=2,
        weights, eps=1e-6,keep.cdf=NULL,...)

Arguments

p
p-value vector
estimates
Character: what to estimate
iter
max number of iterations
weights
bin weights
eps
Small tolerance number
keep.cdf
Either NULL or an environment. If non-null, the computed computed conditional CDF will be saved keep.cdf. See cond.cdf.
...
other arguments to nparncpp

Value

  • An object of class c('nparncpp','ncpest')

References

Ruppert, Nettleton, Hwang. 2007. Exploring the Information in $p$-values for the Analysis and Planning of Multiple-test Experiments. Biometrics. 63. 483-495.