multAdjust | R Documentation |
The functions adjusts a vector of p-values for multiple testing
multAdjust(
pvals,
adjust = "adaptBH",
trueNullMethod = "convest",
pTrueNull = NULL,
verbose = FALSE
)
pvals |
numeric vector with p-values |
adjust |
character specifying the method used for adjustment.
Can be |
trueNullMethod |
character indicating the method used for estimating the
proportion of true null hypotheses from a vector of p-values. Used for the
adaptive Benjamini-Hochberg method for multiple testing adjustment (chosen
by |
pTrueNull |
proportion of true null hypothesis used for the adaptBH
method. If |
verbose |
if |
Farcomeni A (2007). “Some results on the control of the false discovery rate under dependence.” Scandinavian Journal of Statistics, 34(2), 275–297.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.