fdr.master {unknown} | R Documentation |
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)
fdr.master(pvals,qlevel=0.05,method="original")
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. |
NULL if no significant tests, or a vector of the indices of the significant tests
Chris Paciorek paciorek AT alumni.cmu.edu
see fdr
.