ac_scale: Interpretation Scale for Agreement Coefficients

View source: R/describe-ac-scale.R

ac_scaleR Documentation

Interpretation Scale for Agreement Coefficients

Description

Provides interpretation scales for various agreement coefficients based on different classification schemes. The function supports the following scales: "Landis and Koch", "Fleiss", "Altman", "Cicchetti", "Koo and Li", and "McHugh".

Usage

ac_scale(scale = "Landis and Koch")

Arguments

scale

A string specifying the scale to use for interpretation. The available scales are: "Landis and Koch", "Fleiss", "Altman", "Cicchetti", "Koo and Li", and "McHugh". Defaults to "Landis and Koch".

Value

A tibble containing the lower bound, upper bound, and interpretation for the selected scale.

References

Examples

# Example usage with Landis and Koch scale
ac_scale(scale = "Landis and Koch")

# Example usage with Fleiss scale
ac_scale(scale = "Fleiss")


emilelatour/lagree documentation built on Sept. 18, 2024, 5:19 p.m.