compute_true_positive_rate: Compute the true positive rate

View source: R/functions.R

compute_true_positive_rateR Documentation

Compute the true positive rate

Description

Compute the true positive rate based on the inter-rater reliability and the proportion of selected candidates

Usage

compute_true_positive_rate(IRR, proportion_selected)

Arguments

IRR

The inter-rater reliability

proportion_selected

The proportion of selected candidates

Value

The true positive rate

Examples

compute_true_positive_rate(0.75, 0.10)

IRR2FPR documentation built on May 29, 2024, 11:52 a.m.