Description Usage Arguments Value Examples
This function computes the bonferroni-holm correction and determines if the p-values entered are significant or not.
1 | bonholm(p_vals, alpha = 0.05)
|
p_vals |
Enter a vector of p-values to compute the bonferroni-holm correction on. |
alpha |
The alpha level of you significance test. |
nSig |
The number of significant results. |
p_val |
The significant p-values. |
n |
The amount of p-values corrected. The same as the length of your input vector. |
data |
A dataset containing the p-values, their respective adjusted alpha level, aswell as a boolean indicating if the p-value is significant or not. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.