efdr {bayefdr} | R Documentation |
EFDR and EFNR estimation
Description
Calculate the Expected False Discovery Rate (EFDR) or Expected False Negative Rate (EFNR) in a vector of probabilities, given a specified evidence threshold.
Usage
efdr(evidence_threshold, probs)
efnr(evidence_threshold, probs)
Arguments
evidence_threshold |
Scalar value specifying the evidence threshold at which the EFDR or EFNR should be evaluated. |
probs |
Vector of probabilities. |
[Package bayefdr version 0.2.1 Index]