powered by
Implementation of the multiple testing procedure by Benjamini-Hochberg.
hBH(p, threshold)
object of type "numeric".
applies the Benjamini-Hochberg procedure to p-values p with given threshold, returns rejected indices
# NOT RUN { hBH(runif(10),threshold=0.1) # }
Run the code above in your browser using DataLab