compute_proportion_of_correctly_selected: Compute the proportion of correctly selected candidates

View source: R/functions.R

compute_proportion_of_correctly_selectedR 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)

IRR2FPR documentation built on May 29, 2024, 11:52 a.m.