spearman_brown_formula: Compute IRR from the Spearman-Brown formula

View source: R/functions.R

spearman_brown_formulaR Documentation

Compute IRR from the Spearman-Brown formula

Description

Compute the inter-rater reliability based on the Spearman-Brown formula

Usage

spearman_brown_formula(IRR_1, n_raters)

Arguments

IRR_1

The inter-rater reliability of the first rater

n_raters

The number of raters

Value

The inter-rater reliability

Examples

spearman_brown_formula(0.5, 3)

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