Learn R Programming

mSTEM (version 1.0-1)

fdrBH: FDR threshold based on the Benjamini-Hochberg algorithm

Description

FDR threshold based on the Benjamini-Hochberg algorithm

Usage

fdrBH(p, q)

Arguments

p

a vector of p-values

q

False Discovery Rate level

Value

p-value threshold based on independence or positive dependence

See Also

which.cp

Examples

Run this code
# NOT RUN {
fdrBH(seq(0.01,0.1,0.01),q=0.1)
# }

Run the code above in your browser using DataLab