View source: R/describe-ac-scale.R
ac_scale | R Documentation |
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".
ac_scale(scale = "Landis and Koch")
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". |
A tibble containing the lower bound, upper bound, and interpretation for the selected scale.
# Example usage with Landis and Koch scale
ac_scale(scale = "Landis and Koch")
# Example usage with Fleiss scale
ac_scale(scale = "Fleiss")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.