powered by
Adjust a vector of p-values using the method proposed by Holm
holm_adjusted_p(p = NULL)
a numeric vector of p-values
See the following reference: Holm 1979 https://www.jstor.org/stable/4615733 Manual for the 'p.adjust' function in the 'stats' package https://stat.ethz.ch/R-manual/R-devel/library/stats/html/p.adjust.html
holm_adjusted_p(c(.05, .01)) holm_adjusted_p(c(.05, .05, .05))
Run the code above in your browser using DataLab