fdr.master {unknown}R Documentation

Internal function for FDR multiple testing

Description

This is an internal function that performs various versions of the FDR procedure, but without the modification described in section 4 of Ventura et al. (2004)

Usage

fdr.master(pvals,qlevel=0.05,method="original")

Arguments

pvals a vector of pvals on which to conduct the multiple testing.
qlevel the proportion of false positives desired.
method an optional character string indicating the method for performing the testing. One of 'original', the original method of Benjamini & Hochberg (1995), or 'general', the method of Benjamini & Yekutieli (2001), which requires no assumptions about the p-values, but which is much more conservative.

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]