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