kendalls_w: Calculate Kendall's coefficient of concordance w

View source: R/performance_measures.R

kendalls_wR Documentation

Calculate Kendall's coefficient of concordance w

Description

This function calculates Kendall's coefficient of concordance w with and without correction.

Usage

kendalls_w(rater_one, rater_two, additional_raters = NULL)

Arguments

rater_one

factor rating of the first coder.

rater_two

factor ratings of the second coder.

additional_raters

list Additional raters with same requirements as rater_one and rater_two. If there are no additional raters set to NULL.

Value

Returns a list containing the results for Kendall's coefficient of concordance w with and without correction.

See Also

Other performance measures: cohens_kappa(), fleiss_kappa(), kripp_alpha()


aifeducation documentation built on April 4, 2025, 2:01 a.m.