Learn R Programming

dSTEM (version 2.0-1)

fdrBH: Compute FDR threshold based on Benjamini-Hochberg (BH) algorithm

Description

Compute FDR threshold based on Benjamini-Hochberg (BH) algorithm

Usage

fdrBH(p, q)

Value

p-value threshold based on independence or positive dependence

Arguments

p

a vector of p-values

q

False Discovery Rate level

Examples

Run this code
fdrBH(seq(0.01,0.1,0.01),q=0.1)

Run the code above in your browser using DataLab