efdr | R Documentation |
Calculate the Expected False Discovery Rate (EFDR) or Expected False Negative Rate (EFNR) in a vector of probabilities, given a specified evidence threshold.
efdr(evidence_threshold, probs) efnr(evidence_threshold, probs)
evidence_threshold |
Scalar value specifying the evidence threshold at which the EFDR or EFNR should be evaluated. |
probs |
Vector of probabilities. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.