hBonferroni-methods {simctest} | R Documentation |
Implementation of independent (Bonferroni) multiple testing.
hBonferroni(p, threshold)
p |
object of type "numeric". |
threshold |
object of type "numeric". |
performs independent multiple testing using the Bonferroni correction at given threshold, returns rejected indices
hBonferroni(runif(10),threshold=0.1)