Description Usage Arguments Value Examples
True null proportion (pi_0) estimator of Liang and Nettleton (2012), JRSSB
1 | EstNullProp_RB(pval, lambda.vec = 0.05 * seq_len(19))
|
pval |
vector of p-values |
lambda.vec |
vector of lambda candidates (excluding 0 and 1) |
the estimate of the overall true null proportion
1 2 | pval <- c(runif(900), rbeta(100, 1, 10))
EstNullProp_RB(pval)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.