Fleiss' kappa (named after Joseph L. Fleiss) 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 (for one appraiser versus themself). 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 (ranked 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.
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, at the condition that for each item raters are randomly sampled. 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 (e.g., three), 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. The condition of random sampling among raters makes Fleiss' kappa not suited for cases where all raters rate all patients.
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,
\kappa
The factor
1-\bar{Pe}
\bar{P}-\bar{Pe}
\kappa=1~
\kappa\le0
An example of using Fleiss' kappa may be the following: consider several psychiatrists who are asked to look at ten patients. For each patient, 14 psychiatrists give one of possibly five diagnoses. These are compiled into a matrix, and Fleiss' kappa can be computed from this matrix (see example below) to show the degree of agreement between the psychiatrists above the level of agreement expected by chance.
Let be the total number of subjects, let be the number of ratings per subject, and let be the number of categories into which assignments are made. The subjects are indexed by and the categories are indexed by . Let represent the number of raters who assigned the -th subject to the -th category.
First calculate, the proportion of all assignments which were to the -th category:
(2)Now calculate
Pi
Note that
Pi
Now compute
\bar{P}
Pi
\bar{Pe}
\kappa
1 | 2 | 3 | 4 | 5 | Pi | |
1 | 0 | 0 | 0 | 0 | 14 | 1.000 |
2 | 0 | 2 | 6 | 4 | 2 | 0.253 |
3 | 0 | 0 | 3 | 5 | 6 | 0.308 |
4 | 0 | 3 | 9 | 2 | 0 | 0.440 |
5 | 2 | 2 | 8 | 1 | 1 | 0.330 |
6 | 7 | 7 | 0 | 0 | 0 | 0.462 |
7 | 3 | 2 | 6 | 3 | 0 | 0.242 |
8 | 2 | 5 | 3 | 2 | 2 | 0.176 |
9 | 6 | 5 | 2 | 1 | 0 | 0.286 |
10 | 0 | 2 | 2 | 3 | 7 | 0.286 |
Total | 20 | 28 | 39 | 21 | 32 | |
pj | 0.143 | 0.200 | 0.279 | 0.150 | 0.229 |
In the following example, for each of ten "subjects" (
N
n
k
In the following table, given that
N=10
n=14
k=5
pj
j
In order to calculate
\bar{P}
Pi
Over the whole sheet,
gave the following table for interpreting
\kappa
Condition | \kappa | Interpretation |
---|---|---|
Subjective example: only for two annotators, on two classes. | < 0 | Poor agreement |
0.01 - 0.20 | Slight agreement | |
0.21 - 0.40 | Fair agreement | |
0.41 - 0.60 | Moderate agreement | |
0.61 - 0.80 | Substantial agreement | |
0.81 - 1.00 | Almost perfect agreement | |
Statistical packages can calculate a standard score (Z-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 (typically less than 0.05), 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.