compute_proportion_of_correctly_selected {IRR2FPR}R Documentation

Compute the proportion of correctly selected candidates

Description

Compute proportion of correctly selected candidates based on the inter-rater reliability and the proportion of selected candidates

Usage

compute_proportion_of_correctly_selected(IRR, proportion_selected)

Arguments

IRR

The inter-rater reliability

proportion_selected

The proportion of selected candidates

Value

The proportion of correctly selected candidates

Examples

compute_proportion_of_correctly_selected(0.75, 0.10)

[Package IRR2FPR version 0.1.1 Index]