compute_false_negative_rate | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.