View source: R/interpret_kendalls_w.R
interpret_kendalls_w | R Documentation |
Interpret Kendall's Coefficient of Concordance W
interpret_kendalls_w(w, rules = "landis1977")
w |
Value or vector of Kendall's coefficient of concordance. |
rules |
Can be |
Landis & Koch (1977) ("landis1977"
; default)
0.00 <= w < 0.20 - Slight agreement
0.20 <= w < 0.40 - Fair agreement
0.40 <= w < 0.60 - Moderate agreement
0.60 <= w < 0.80 - Substantial agreement
w >= 0.80 - Almost perfect agreement
Landis, J. R., & Koch G. G. (1977). The measurement of observer agreement for categorical data. Biometrics, 33:159-74.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.