Description Usage Arguments Details Value Examples
Implementation of several FDR-controlling procedure in R.
1 2 3 | adaptive.stepdown(pval, alpha = 0.05)
BH(pval, alpha = 0.05)
|
pval |
a vector of p-values (no necessarily sorted) |
alpha |
given FDR level |
The function adaptive.stepdown
is a simple implementation of the
adaptive step-down procedure described in Gavrilov et al. (2009)
The function BH
is a direct implementation of the procedure
described in Benjamini and Hochberg (1995).
a list with num.rejection, the number of rejections computed by this function, and classifer, a vector of TRUE and FALSE; if TRUE, the corresponding input is regarded as null, and as non-null if otherwise.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.