interpret_kappa: Interpretation of kappa statistic

View source: R/interpret_kappa.R

interpret_kappaR Documentation

Interpretation of kappa statistic

Description

Returns the interpretation of the strength of agreement determined by the kappa statistic with a variety of different benchmark scales to choose from. In practice, these can be used with other agreement statistics as well.

Usage

interpret_kappa(kappa, scale = "Landis and Koch")

Arguments

kappa

Numeric; kappa statistic

scale

Which benchmark scale to use for interpretation. The default is that proposed by Landis and Koch (1977). Options include "Landis and Koch", "Fleiss", "Altman", "Cicchetti", and "Koo and Li".

Value

A string

References

Examples

interpret_kappa(0.5)
interpret_kappa(0.896)
interpret_kappa(-0.896)
interpret_kappa(0.15)
interpret_kappa(0.15, "Altman")


emilelatour/lamisc documentation built on April 9, 2024, 10:33 a.m.