fdr.basic {unknown}R Documentation

Basic FDR multiple testing

Description

This is an internal function that performs the basic FDR of Benjamini & Hochberg (1995).

Usage

fdr.basic(pvals,qlevel=0.05)

Arguments

pvals a vector of pvals on which to conduct the multiple testing.
qlevel the proportion of false positives desired.

Value

NULL if no significant tests, or a vector of the indices of the significant tests

Author(s)

Chris Paciorek paciorek AT alumni.cmu.edu

References

see fdr.

Examples






[Package Contents]