hBH-methods | R Documentation |
Implementation of the multiple testing procedure by Benjamini-Hochberg.
hBH(p, threshold)
p |
object of type "numeric". |
threshold |
object of type "numeric". |
applies the Benjamini-Hochberg procedure to p-values p with given threshold, returns rejected indices
hBH(runif(10),threshold=0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.