EstFDR {calm}R Documentation

FDR estimation

Description

False discovery rate (FDR) estimation from local FDR

Usage

EstFDR(fdr)

Arguments

fdr

vector of local FDR

Value

the estimate of the FDR

Examples

lfdr <- c(runif(900), rbeta(100, 1, 10))
FDR <- EstFDR(lfdr)
sum(FDR<0.05)

[Package calm version 1.7.0 Index]