compute_true_positive_rate {IRR2FPR} | R Documentation |
Compute the true positive rate based on the inter-rater reliability and the proportion of selected candidates
compute_true_positive_rate(IRR, proportion_selected)
IRR |
The inter-rater reliability |
proportion_selected |
The proportion of selected candidates |
The true positive rate
compute_true_positive_rate(0.75, 0.10)