fdr {varmixt}R Documentation

Computation of FDR from a vector of P-value

Description

This function computes the p-value cut-off for a given FDR level. This program was developped by Benjamini et al.

Usage

fdr(p, Q = 0.05, method = c("stepup", "adaptive", "stepdown", "dependent"), plt = F, subject = "False Discovery Rate (FDR) Controlling Screening of Multiple Tests")

Arguments

p
Q
method
plt
subject

Author(s)

Yoav Benjamini et al.

References

http://www.math.tau.ac.il/ybenja/

See Also

fdr.an


[Package varmixt version 0.2-4 Index]