hBonferroni-methods | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.