spearman_brown_formula {IRR2FPR} | R 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)
[Package IRR2FPR version 0.1.1 Index]