| bh_fdr | R Documentation |
Wraps 'stats::p.adjust(p, method = "BH")'. Returns adjusted p-values in the same order as the input. Empty input -> empty output.
bh_fdr(p_values)
p_values |
Numeric vector of raw p-values in [0, 1]. |
Numeric vector of adjusted p-values, same length as input.
bh_fdr(c(0.001, 0.01, 0.05, 0.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.