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 |
farcomeni2007someNetCoMi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.