hBonferroni-methods {simctest} | R Documentation |
Method for class ‘mcmtest’, Package ‘simctest’
Description
Implementation of independent (Bonferroni) multiple testing.
Usage
hBonferroni(p, threshold)
Arguments
p |
object of type "numeric". |
threshold |
object of type "numeric". |
Methods
- hBonferroni(p, threshold)
performs independent multiple testing using the Bonferroni correction at given threshold, returns rejected indices
Examples
hBonferroni(runif(10),threshold=0.1)
[Package simctest version 2.6 Index]