Skip to content

Weighting scheme

Jeffrey M Girard edited this page Feb 25, 2016 · 9 revisions

Overview

Weighting schemes allow observers to gain partial credit for partial agreements. Weights are stored in a square matrix of size q, where q is the number of possible categories. Values in this matrix can be indexed by w_kl where k is the category assigned by the first rater and l is the category assigned by the second rater. Weights range from 0 to 1, where 0 represents no credit and 1 represents full credit. Full credit is always assigned on the diagonal (i.e., when k = l).

Nominal Weights

Nominal weights are identity matrices.

nominal

nominal

Ordinal Weights

Ordinal weights involve the ratio of pairwise combinations.

M_kl

ordinal

ordinal

Interval Weights

Interval (i.e., linear) weights are equal to 1 minus the distance between the categories divided by the maximum distance between any two possible categories. Here | . | represents the absolute value function. The denominator represents the maximum distance between any two categories.

interval

interval

Ratio Weights

Ratio weights evaluate the differences between scores relative to their magnitudes.

ratio

ratio

References

  1. Cohen, J. (1968). Weighted kappa: Nominal scale agreement with provision for scaled disagreement or partial credit. Psychological Bulletin, 70(4), 213–220.
  2. Krippendorff, K. (1980). Content analysis: An introduction to its methodology. Newbury Park, CA: Sage Publications.
  3. Gwet, K. L. (2014). Handbook of inter-rater reliability: The definitive guide to measuring the extent of agreement among raters (4th ed.). Gaithersburg, MD: Advanced Analytics.