powered by
qvalue
p0est(pvalue, lambda = seq(0, 0.9, 0.05), pi0.method = "smoother", smooth.df = 3, smooth.log.pi0 = FALSE, fdr.level = NULL)
pi0.method="smoother"
smooth.log.pi0=TRUE
lfdr.bbe
nqvalue
# a p-value with missing elements: y <- runif(15) ;y[c(13, 2,5)] <- NA z1 <- p0est(pvalue = y, lambda = 0.5) z2 <- p0est(pvalue = y, pi0.method = "bootstrap")
Run the code above in your browser using DataLab