Fleiss' kappa


Fleiss' kappa is a statistical measure for assessing the reliability of agreement between a fixed number of raters when assigning categorical ratings to a number of items or classifying items. This contrasts with other kappas such as Cohen's kappa, which only work when assessing the agreement between not more than two raters or the intra-rater reliability. The measure calculates the degree of agreement in classification over that which would be expected by chance.
Fleiss' kappa can be used with binary or nominal-scale. It can also be applied to Ordinal data : the MiniTab online documentation gives an example. However, this document notes: "When you have ordinal ratings, such as defect severity ratings on a scale of 1–5, Kendall's coefficients, which account for ordering, are usually more appropriate statistics to determine association than kappa alone." Keep in mind however, that Kendall rank coefficients are only appropriate for rank data.

Introduction

Fleiss' kappa is a generalisation of Scott's pi statistic, a statistical measure of inter-rater reliability. It is also related to Cohen's kappa statistic and Youden's J statistic which may be more appropriate in certain instances. Whereas Scott's pi and Cohen's kappa work for only two raters, Fleiss' kappa works for any number of raters giving categorical ratings, to a fixed number of items. It can be interpreted as expressing the extent to which the observed amount of agreement among raters exceeds what would be expected if all raters made their ratings completely randomly. It is important to note that whereas Cohen's kappa assumes the same two raters have rated a set of items, Fleiss' kappa specifically allows that although there are a fixed number of raters, different items may be rated by different individuals. That is, Item 1 is rated by Raters A, B, and C; but Item 2 could be rated by Raters D, E, and F.
Agreement can be thought of as follows, if a fixed number of people assign numerical ratings to a number of items then the kappa will give a measure for how consistent the ratings are. The kappa,, can be defined as,

The factor gives the degree of agreement that is attainable above chance, and, gives the degree of agreement actually achieved above chance. If the raters are in complete agreement then. If there is no agreement among the raters then.
An example of the use of Fleiss' kappa may be the following: Consider fourteen psychiatrists are asked to look at ten patients. Each psychiatrist gives one of possibly five diagnoses to each patient. These are compiled into a matrix, and Fleiss' kappa can be computed from this matrix to show the degree of agreement between the psychiatrists above the level of agreement expected by chance.

Definition

Let N be the total number of subjects, let n be the number of ratings per subject, and let k be the number of categories into which assignments are made. The subjects are indexed by i = 1,... N and the categories are indexed by j = 1,... k. Let nij represent the number of raters who assigned the i-th subject to the j-th category.
First calculate pj, the proportion of all assignments which were to the j-th category:

Now calculate, the extent to which raters agree for the i-th subject :

Now compute, the mean of the 's, and which go into the formula for :

Worked example



In the following example, fourteen raters assign ten "subjects" to a total of five categories. The categories are presented in the columns, while the subjects are presented in the rows. Each cell lists the number of raters who assigned the indicated subject to the indicated category.

Data

See table to the right.
N = 10, n = 14, k = 5
Sum of all cells = 140

Sum of Pi = 3.780

Calculations

The value is the proportion of all assignments that were made to the th category. For example, taking the first column,
And taking the second row,
In order to calculate, we need to know the sum of,
Over the whole sheet,

Interpretation

Landis and Koch gave the following table for interpreting values. This table is however by no means universally accepted. They supplied no evidence to support it, basing it instead on personal opinion. It has been noted that these guidelines may be more harmful than helpful, as the number of categories and subjects will affect the magnitude of the value. The kappa will be higher when there are fewer categories.
Interpretation
< 0Poor agreement
0.01 - 0.20Slight agreement
0.21 - 0.40Fair agreement
0.41 - 0.60Moderate agreement
0.61 - 0.80Substantial agreement
0.81 - 1.00Almost perfect agreement

The MiniTab documentation cited earlier states that Automotive Industry Action Group "suggests that a kappa value of at least 0.75 indicates good agreement. However, larger kappa values, such as 0.90, are preferred."

Tests of Significance

Statistical packages can calculate a standard score for Cohen's kappa or Fleiss's Kappa, which can be converted into a P-value. However, even when the P value reaches the threshold of statistical significance, it only indicates that the agreement between raters is significantly better than would be expected by chance. The p value does not tell you, by itself, whether the agreement is good enough to have high predictive value.