\name{ nparncpp.iter } \alias{ nparncpp.iter } %- Also NEED an '\alias' for EACH other topic documented here. \title{ iterative call to the nparncpp function } \description{ A wrapper to iteratively call the \code{\link{nparncpp}} function } \usage{ nparncpp.iter(p,estimates=c("all","compromise","pi0","f1"),iter=2, weights, eps=1e-6,keep.cdf=NULL,...) } %- maybe also 'usage' for other objects documented here. \arguments{ \item{p}{p-value vector} \item{estimates}{Character: what to estimate } \item{iter}{max number of iterations} \item{weights}{bin weights} \item{eps}{Small tolerance number} \item{keep.cdf}{Either \code{NULL} or an \code{environment}. If non-null, the computed computed conditional CDF will be saved \code{keep.cdf}. See \code{\link{cond.cdf}}. } \item{\dots}{other arguments to \code{nparncpp}} } %\details{ % % % % % %} \value{An object of class \code{c('nparncpp','ncpest')} % \item{}{ } % \item{}{ } % \item{}{ } } \references{ Ruppert, Nettleton, Hwang. 2007. Exploring the Information in $p$-values for the Analysis and Planning of Multiple-test Experiments. Biometrics. 63. 483-495. } \author{ Long Qu } %\note{ % % %} %\seealso{ % % %} %\examples{ %\dontrun{ % % %} % % % %} % Add one or more standard keywords, see file 'KEYWORDS' in the % R documentation directory. \keyword{smooth } %\keyword{ } %\keyword{ }