View source: R/boferroni_and_related_corrections.R
hochberg_fn | R Documentation |
For given matrix containing p.values, returns a TRUE/FALSE vector where TRUE is significant using the correction.
hochberg_fn(pval, alpha = 0.05)
pval |
matrix of p-values |
alpha |
desired alpha level for the correction. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.