Learn R Programming

bayefdr (version 0.2.1)

efdr: 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.