getFDR {CAMAN} | R Documentation |
Compute false discovery rates and related statistics
Description
This function is especially useful in the context of genetic data.
Usage
getFDR(dat, threshold = 0.7, idxNotDiff = 1)
Arguments
dat |
A mixture, i.e. a |
threshold |
numeric, should be between 0 and 1 to be meaningful. |
idxNotDiff |
integer, index of component for which computations are required. |
Details
See Schlattmann (2009) for more details.
Value
A list with components FDR
, FNDR
, FPR
and FNR
.
Author(s)
Peter Schlattmann and Johannes Hoehne
References
Schlattmann, P. (2009). Medical Applications of Finite Mixture Models. Berlin: Springer.
[Package CAMAN version 0.78 Index]