This function calculates different Krippendorff's Alpha for nominal and ordinal variables.
kripp_alpha(rater_one, rater_two, additional_raters = NULL)
Returns a list
containing the results for Krippendorff's Alpha for
nominal and ordinal data.
factor
rating of the first coder.
factor
ratings of the second coder.
list
Additional raters with same requirements as rater_one
and rater_two
. If
there are no additional raters set to NULL
.
Krippendorff, K. (2019). Content Analysis: An Introduction to Its Methodology (4th Ed.). SAGE
Other performance measures:
cohens_kappa()
,
fleiss_kappa()
,
kendalls_w()