| adjust_p | R Documentation |
A thin wrapper around stats::p.adjust that defaults to the
Benjamini–Hochberg procedure. Useful for unifying multiple
testing adjustments across the package.
adjust_p(p_values, method = "BH")
p_values |
A numeric vector of raw p-values. |
method |
A character string specifying the p‑value adjustment
method. Passed directly to |
A numeric vector of adjusted p-values of the same length as
p_values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.