hBH-methods: Method for class 'mcmtest', Package 'simctest'

Description Usage Arguments Methods Examples

Description

Implementation of the multiple testing procedure by Benjamini-Hochberg.

Usage

1
 hBH(p, threshold)

Arguments

p

object of type "numeric".

threshold

object of type "numeric".

Methods

hBH(p, threshold)

applies the Benjamini-Hochberg procedure to p-values p with given threshold, returns rejected indices

Examples

1
hBH(runif(10),threshold=0.1)

simctest documentation built on Nov. 4, 2019, 5:08 p.m.