Guidelines for interpreting inter-rater reliability statistics.
Source:R/IRRsim-package.R
IRRguidelines.Rd
Guidelines for interpreting inter-rater reliability statistics.
Usage
data(IRRguidelines)
Format
A List object with numeric vectors containing the thresholds for interpreting IRR statistics. The names of the vectors correspond to the labels use by the authors. The name in the List object corresponds the first author's name. See vignette for more information.
Examples
data(IRRguidelines)
names(IRRguidelines) # Names of the guidelines
#> [1] "Altman" "Cicchetti" "Fleiss"
#> [4] "Koo and Li" "Landis and Koch" "Portney and Watkins"
#> [7] "Shrout"
IRRguidelines[['Cicchetti']] # Cicchetti's (1994) guidelines
#> $breaks
#> Poor Fair Good Excellent
#> 0.00 0.40 0.60 0.75
#>
#> $metrics
#> [1] "ICC" "Cohen Kappa"
#>
#> $reference
#> [1] "Cicchetti & Sparrow (1981); Cicchetti (2001)"
#>