getFDR function

Compute false discovery rates and related statistics

Compute false discovery rates and related statistics

This function is especially useful in the context of genetic data.

getFDR(dat, threshold = 0.7, idxNotDiff = 1)

Arguments

  • dat: A mixture, i.e. a CAMAN.object.
  • 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.

Returns

A list with components FDR, FNDR, FPR and FNR.

References

Schlattmann, P. (2009). Medical Applications of Finite Mixture Models. Berlin: Springer.

Author(s)

Peter Schlattmann and Johannes Hoehne

  • Maintainer: Philipp Doebler
  • License: GPL (>= 2)
  • Last published: 2023-09-22

Useful links