Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

FDR

Basic False Discovery Rate


Description

Computes the basic false discovery rate given a vector of p-values.

Usage

FDR(pvals, qlevel = 0.05)

Arguments

pvals

a vector of pvals on which to conduct the multiple testing

qlevel

the proportion of false positives desired

Value

fdr.id

NULL if no significant tests, or the index of the maximal p-value satisfying the FDR condition.

References


astsa

Applied Statistical Time Series Analysis

v1.12
GPL-3
Authors
David Stoffer
Initial release
2020-12-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.