Learn R Programming

vows (version 0.5)

Fdr.rlrt: False discovery rate estimation for massively parallel restricted likelihood ratio tests

Description

Given a set of RLRT results and a threshold, this function outputs an estimate of the FDR (in the empirical Bayes sense of Efron, 2010) when the given threshold is used to determine which null hypotheses to reject.

Usage

Fdr.rlrt(rlrt.obj, threshold)

Arguments

rlrt.obj
an RLRT object obtained from rlrt.mp or rlrt4d.
threshold
threshold at which the null hypothesis is rejected.

Value

A list with elements A list with elements

References

Efron, B. (2010). Large-Scale Inference: Empirical Bayes Methods for Estimation, Testing, and Prediction. New York: Cambridge University Press.

Greven, S., Crainiceanu, C. M., Kuechenhoff, H., and Peters, A. (2008). Restricted likelihood ratio testing for zero variance components in linear mixed models. Journal of Computational and Graphical Statistics, 17(4), 870--891.

See Also

rlrt.mp, rlrt4d

Examples

Run this code

# See example for rlrt.mp

Run the code above in your browser using DataLab