fdrBasic: FDR Basic

View source: R/fdr.R

fdrBasicR Documentation

FDR Basic

Description

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

Usage

fdrBasic(pvals, qlevel = 0.05)

Arguments

pvals

(required): 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

See Also

Other FDR: fdr(), fdr.master(), propAlt(), storey()


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