fdr.master: FDR Master

View source: R/fdr.R

fdr.masterR Documentation

FDR Master

Description

This is an internal function that performs various versions of the FDR procedure, but without the modification described in section 4 of our J of Climate paper.

Usage

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

Arguments

pvals

(required): a vector of pvals on which to conduct the multiple testing

qlevel

the proportion of false positives desired

method

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. We recommend 'original' for climatological data, and suspect it works well generally for spatial data.

Value

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

Author(s)

Chris Paciorek

See Also

Other FDR: fdr(), fdrBasic(), propAlt(), storey()


nickmckay/GeoChronR documentation built on April 9, 2024, 5:26 a.m.