compute_false_positive_rate {IRR2FPR} | R Documentation |
Compute the false positive rate
Description
Compute the false positive rate based on the inter-rater reliability and the proportion of selected candidates
Usage
compute_false_positive_rate(IRR, proportion_selected)
Arguments
IRR |
The inter-rater reliability |
proportion_selected |
The proportion of selected candidates |
Value
The false positive rate
Examples
compute_false_positive_rate(0.75, 0.10)
[Package IRR2FPR version 0.1.1 Index]