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