Perform multiple comparisons correction for mass univariate tests.

bstr_p_adjust(pvalues, method = "fdr")

Arguments

pvalues

numeric vector of p values.

method

character string specifying the method for correction. The default method is 'fdr'. Supported methods are all types given in p.adjust.methods()