bonferroniHolm | R Documentation |
Bonferroni-Holm significance evaluation Evaluate the significance of a vector of p-values according to the Bonferroni-Holm method
bonferroniHolm(x, alpha = 0.05)
x |
A vector of p-values. |
alpha |
An experiment-wise alpha-level to test against. |
A vector indicating whether values in x
were significant
according to the Bonferroni-Holm method.
Sercan Kahveci
bonferroniHolm(c(1,.05,.001,.002,.01))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.