AdvancedIndependently reviewed, not yet spot-checked by a human

Agreement and the kappa family

Two people each read the same cases once, and the paper reports a kappa — often a medical student's first study. This page covers why kappa subtracts the agreement chance alone would produce, what weighted kappa measures on an ordinal scale and why it pushes the number down on nominal categories, when three or more raters force a move to Fleiss kappa, and the paradox in which identical observed agreement gives kappas more than three times apart.

This page fills a gap the rest of the site leaves open

Diagnostic accuracy studies require inter-rater agreement to be reported, and systematic reviews require the agreement between the two screeners — and both chapters dispatch it in a single sentence saying to report a kappa. This page is that kappa, in full.

There are two common ways to land here. One is reading a Methods section that says inter-rater agreement was substantial, with a kappa beside it, and wanting to know what that number is guarding against. The other is that agreement is your own first study: two people each read the films, or the charts, or the abstracts, and something has to be reported. The second case needs this page more, because kappa has several places where it quietly hands you a number that looks perfectly ordinary and means something else.

By the end you should be able to ask four things: does the scale have an order (which decides whether to weight), are there two raters or more (Cohen or Fleiss), how common is the target finding (which decides whether kappa gets crushed), and who computed that confidence interval.

Observed agreement, minus the part that guessing would produce

The first dataset is irr::diagnoses: 30 patients, 6 raters, and every patient read once by all six. The five diagnostic categories are Depression, Personality Disorder, Schizophrenia, Neurosis and Other.

Start with two of the raters, rater1 and rater2. Their cross-tabulation:

rater1 ↓ / rater2 →DepressionPersonalitySchizophreniaNeurosisOtherRow total
Depression7123013
Personality0811010
Schizophrenia002002
Neurosis000101
Other000044
Column total7955430

The diagonal sums to 22, so observed agreement is 22/30 = 73.3%. That figure on its own is useless, and the reason is simple: two people filling the form blindfolded, at the same category frequencies, would still land on the same cell some of the time. Multiplying these two raters’ marginals gives 23.6% from chance alone.

Kappa subtracts that first and then asks how much of what is left got filled in:

κ=pope1pe\kappa = \frac{p_o - p_e}{1 - p_e}

The denominator 1pe1 - p_e is the room chance cannot explain, the part left for skill: 76.4% here. The numerator popep_o - p_e is the agreement actually achieved beyond chance: 49.8%. Dividing gives κ = 0.651.

So kappa reads like this: beyond what chance can account for, these two raters filled in 65.1% of the room that was left. It is not an agreement rate, and it does not convert into one — the paradox section below shows one observed agreement mapping onto kappas more than three times apart.

Is 0.65 good? The Landis-Koch cut points have no test behind them

Almost every paper reporting a kappa attaches an adjective, on the authority of the Landis and Koch table from 1977: cut points at 0.2, 0.4, 0.6 and 0.8 slicing kappa into five bands.

That table is a convention the two authors proposed so the numbers would be easier to talk about, not something derived from data. There is no test behind it, no distribution, and no calibration against clinical consequence. The same κ = 0.651 means very different things for two radiologists deciding whether a bone is fractured and for two screeners deciding whether an abstract goes to full text, and that table says the same word about both.

The figure on this page deliberately draws those four cut points on the colour scale without printing the five adjectives, because printing them would be an endorsement. In practice: report the point estimate and its interval, and let the reader judge; if you use an adjective, say that it is the Landis-Koch convention.

Weighted kappa: first ask whether the scale has an order

Unweighted kappa treats every disagreement as equally bad: BI-RADS 4 against 5 loses exactly as much as 1 against 5. On an ordered scale that is obviously wrong, which is what weighted kappa is for — every cell gets a weight wijw_{ij} between 0 and 1, full agreement scoring 1 and the furthest possible disagreement scoring 0.

κw=ijwijpijijwijpipj1ijwijpipj\kappa_w = \frac{\sum_{ij} w_{ij} p_{ij} - \sum_{ij} w_{ij} p_{i\cdot} p_{\cdot j}}{1 - \sum_{ij} w_{ij} p_{i\cdot} p_{\cdot j}}

Both common weight sets depend only on how many steps apart the two readings are (write d=ijd = |i-j| on a kk-point scale): linear weights are 1d/(k1)1 - d/(k-1), quadratic weights are 1d2/(k1)21 - d^2/(k-1)^2. Quadratic weights forgive a one-step miss almost entirely and punish a distant miss harder than linear ones do.

All of which requires that being one step apart mean something. The next two sections run identical arithmetic on two kinds of scale, and reach opposite conclusions.

The counter-example: these five diagnoses have no order

Three 5x5 heat maps side by side. Rows are rater1's reading and columns are rater2's; each cell holds the credit that pair of readings earns, and darker cells hold more credit. The left panel, titled A. Unweighted with kappa 0.651, has 1 on the diagonal and 0 everywhere else. The middle panel, titled B. Linear weights with kappa 0.633, has 1 on the diagonal, 0.75 one category apart, 0.50 two apart, 0.25 three apart and 0 four apart. The right panel, titled C. Quadratic weights with kappa 0.655, has 1 on the diagonal, 0.94 one apart, 0.75 two apart, 0.44 three apart and 0 four apart. Two lines under the panels note that one category apart earns 0, 0.75 or 0.94 and three apart earns 0, 0.25 or 0.44, so quadratic weights forgive a near miss almost entirely; a final line in red states that these five diagnoses are not ordered, so the weighted values here show the arithmetic rather than a defensible analysis.
What each weight matrix pays for a pair of readings. The five categories are nominal and the 1-to-5 numbering is the arbitrary order the dataset shipped with, so this figure demonstrates the machinery, not an analysis to copy.Plotting script figures/scripts/B9-01-kappa.R
WeightsObserved agreement pop_oExpected agreement pep_ekappa
unweighted0.7330.2360.651
linear0.8580.6140.633
quadratic0.9150.7520.655

Linear-weighted kappa (0.633) comes out lower than the unweighted one (0.651), and that is not an arithmetic slip. The first two columns explain it: weighting lifts observed agreement from 0.733 to 0.858, which looks like a gain, but it lifts expected agreement from 0.236 to 0.614 at the same time — expected agreement rises further than observed agreement does (0.378 against 0.125). Numerator and denominator both shrink, and the numerator shrinks by slightly more. Handing partial credit to disagreements that are not really near misses gives more away to chance than it gives to skill.

So this set of numbers is a counter-example. There is no distance between these five diagnoses: schizophrenia does not sit halfway between personality disorder and neurosis. Weighting nominal categories produces a number, and that number corresponds to no clinical idea at all.

The real case: a 6-point anxiety scale, where weighting earns its keep

A different dataset: irr::anxiety, in which 20 subjects were each rated by 3 raters on a 6-point anxiety scale. On a scale like this, one step apart is a real quantity, so weighting means something.

Two panels side by side. The left one, titled A. Three weightings, one ordinal pair, puts kappa on the horizontal axis with a dashed line at 0. Three rows, top to bottom, are labelled unweighted, linear and quadratic, each drawn as a point estimate with a 95% confidence interval: unweighted at 0.119 with an interval from −0.114 to 0.353; linear at 0.189 from −0.068 to 0.447; quadratic at 0.297 from −0.011 to 0.604. All three intervals begin to the left of the dashed line, so all three cross zero. The right panel, titled B. What each weighting pays for a gap, is a grouped bar chart with the number of scale points between the two readings on the horizontal axis, running 0 to 5, and the credit earned on the vertical axis. Each position carries three bars — unweighted, linear, quadratic from left to right, in the same colours as the three rows on the left. Above each group is the number of rated pairs at that distance: 6 pairs at 0 points apart, 7 at 1 point, 4 at 2 points, 3 at 3 points, and none at 4 or 5 points apart.
Left: one pair of raters under three weightings, with 95% confidence intervals. Right: what each weighting pays for a gap of d points, next to where this dataset's disagreements actually fall.Plotting script figures/scripts/B9-01-kappa.R

This pair (rater1 and rater2) agree exactly on only 6 of 20 subjects, an observed agreement of 30.0%. But of the 14 disagreements, 7 are one point apart — half of all the disagreements there are, and unweighted kappa charges that half the full penalty.

Points apartPairsUnweighted creditLinear creditQuadratic credit
061.001.001.00
170.000.800.96
240.000.600.84
330.000.400.64
400.000.200.36
500.000.000.00

So the three kappas rise monotonically, in the opposite direction to the nominal set:

WeightskappaSE95% CIInterval crosses zero
unweighted0.1190.119−0.114 to 0.353Yes
linear0.1890.131−0.068 to 0.447Yes
quadratic0.2970.157−0.011 to 0.604Yes

The quadratic point estimate is 2.48 times the unweighted one.

Weighting multiplied the estimate by two and a half, and changed nothing

Three raters or more: Fleiss kappa

Cohen’s kappa takes exactly two raters at a time. Real studies routinely have three, or six, or a different pair of readers per case.

The laziest and most common response is to average all the pairwise kappas. First, look at what is being averaged:

A 6x6 heat map with raters R1 to R6 on both axes. Each cell is the unweighted Cohen kappa for that pair of raters over 30 patients, with darker cells holding higher values; the diagonal is grey because a rater against itself is 1 by definition. The matrix is symmetric about the diagonal. The lowest cell is R1 against R6 at 0.08 and the highest is R4 against R5 at 0.86; R1 sits low against every other rater except R2, and has the lowest row average of the six, while R4 and R5 stand out as a notably high pair. Below the matrix runs a light-to-dark colour bar scaled from 0 to 1 with white tick marks at 0.2, 0.4, 0.6 and 0.8, and a caption noting that those four ticks are the Landis-Koch band edges, a convention with no test behind it. The five adjectives that convention attaches to those bands are deliberately not printed on the bar.
The 15 pairwise kappas among six raters. The four ticks on the colour bar are the Landis-Koch band edges; the adjectives are left off, because printing them on a figure would endorse a convention nothing tests.Plotting script figures/scripts/B9-01-kappa.R
kappaR1R2R3R4R5R6
R10.650.380.260.190.08
R20.650.630.440.360.17
R30.380.630.730.640.33
R40.260.440.730.860.52
R50.190.360.640.860.65
R60.080.170.330.520.65

These 15 pairs run from 0.081 (rater1 against rater6) to 0.857 (rater4 against rater5), with a median of 0.439. Averaging them into one number asserts that all 15 are measuring the same thing, and plainly they are not: R1 against R2 is 0.651, ranking 3 of 15, yet R1 sits far lower against each of the other four and has the lowest row average of the six.

Putting raw agreement and kappa side by side for each pair shows a second thing:

PairRaw agreementRank by agreementkappaRank by kappa
R4 vs R50.90010.8571
R3 vs R40.80020.7262
R5 vs R60.76730.6484
R1 vs R20.73340.6513
R3 vs R50.73350.6405
R2 vs R30.70060.6316
R4 vs R60.66770.5197
R2 vs R40.53380.4398
R3 vs R60.50090.33311
R1 vs R30.467100.3849
R2 vs R50.467110.36310
R1 vs R40.333120.25812
R2 vs R60.300130.17114
R1 vs R50.267140.18813
R1 vs R60.167150.08115

The two rank columns are not the same order: setting the 15 pairs against each other gives 105 head-to-head comparisons, and in 4 of them raw agreement puts one pair above another while kappa reverses them. The cause is always the same — each pair of raters has its own marginals, and therefore its own expected agreement, so kappa subtracts a different amount from each. This is also why raw agreement and kappa cannot be converted into each other.

The right move is an estimator that takes all the raters at once. Fleiss kappa has the same shape, (pope)/(1pe)(p_o - p_e)/(1 - p_e), with pop_o redefined as the average, over patients, of the proportion of rater pairs agreeing on that patient, and pep_e as the sum of squared category shares across all raters pooled. It needs no pairing; the price is that it pools every rater into one common category distribution — that definition of pep_e is itself the assumption that the six raters are interchangeable.

For this dataset Fleiss kappa is 0.430 (subject-level bootstrap percentile interval, 0.315 to 0.529), with observed agreement 55.6% and expected agreement 22.0%.

This dataset happens to test that assumption directly: rater1 gives 43.3% of its readings to Depression and rater6 never gives that reading at all. The estimator that keeps each rater’s own marginal is Conger (1980). Observed agreement is identical (55.6%, it is literally the same quantity); expected agreement is 0.204 rather than the Fleiss 0.220, so kappa becomes 0.442 (bootstrap interval 0.338 to 0.533), higher than Fleiss by 0.012.

The gap is small but its direction is fixed: pooling raters with different habits into one distribution can only push expected agreement up, so kappa is charged a little more. Reporting Fleiss means accepting that assumption; a reader unwilling to accept it wants Conger.

One overall number still hides something. Split the kappa by diagnostic category:

CategoryShare of all readingskappa for that category
Depression14.4%0.245
Personality14.4%0.245
Schizophrenia16.7%0.520
Neurosis30.6%0.471
Other23.9%0.566

The overall 0.430 covers up something more clinically useful: the six raters diverge most on depression and personality disorder, both at 0.245, while the loosest-sounding category, Other, is where they agree best at 0.566. What needs fixing is the definition of those first two categories, not another training session for everybody. Per-category kappas cost almost nothing and are almost never reported.

The kappa paradox: identical agreement, kappas three times apart

Two 2x2 tables side by side, with Rater A's reading down the rows and Rater B's across the columns, both labelled abnormal and normal. Each cell holds a square whose area is proportional to its count, blue where the two raters agree and red where they do not, with the count printed at the centre. The left table, titled A. Balanced marginals, has 45 readings called abnormal by both, 45 called normal by both, and 5 disagreements in each direction, so the two blue squares are the same size; below it, observed agreement 0.900, expected agreement 0.500, kappa 0.800, PABAK 0.800, and abnormal in 50% of readings. The right table, titled B. Same agreement, lopsided marginals, has 88 called abnormal by both but only 2 called normal by both, with the same 5 disagreements in each direction, so the top-left blue square nearly fills its cell while the bottom-right one is barely visible; below it, the same observed agreement of 0.900, an expected agreement of 0.870, kappa down at 0.232, the same PABAK of 0.800, and abnormal in 93% of readings. A red line beneath the pair states that both tables are hypothetical, constructed for this figure.
Two 2x2 tables with identical observed agreement and identical numbers of disagreement in each direction. The only thing that differs is how lopsided the marginals are, and kappa falls to under a third.Plotting script figures/scripts/B9-01-kappa.R
A. Balanced marginalsB. The abnormal reading is common
Both call it abnormal4588
A abnormal, B normal55
A normal, B abnormal55
Both call it normal452
Readings in total100100
Observed agreement0.9000.900
Expected agreement0.5000.870
Cohen kappa0.8000.232
PABAK0.8000.800
Share of readings called abnormal50%93%

Observed agreement is 0.900 in both, identical to the last decimal place. Kappa nonetheless falls from 0.800 to 0.232 — the first is 3.45 times the second.

The reason is the expected agreement. On the left each rater calls half the readings abnormal, so chance alone lands them on the same cell 0.500 of the time. On the right both raters give 93% of their readings to abnormal, which means that two people who never looked at a single film, each ticking abnormal at random with their own 93% rate, would still agree 0.870 of the time. The denominator 1pe1 - p_e is squeezed almost flat, so there is very little left to prove, and kappa is duly small.

This is not kappa going wrong. It is kappa answering, exactly as defined, a demanding question: how much is left once the agreement produced by both raters leaning the same way has been taken out. For a rare finding — or a near-universal one — very little is left by construction.

Three practical consequences:

  1. A low kappa does not necessarily mean the raters are poor. Where the target is lopsided (a 2% screening positivity rate, a rare histological pattern, the small fraction of abstracts that genuinely belong in a review), kappa is low by nature. Judging rater quality means looking at the prevalence too.
  2. Kappas from different studies are not directly comparable unless the prevalences are similar. The same raters on a different case mix will produce a different kappa.
  3. Report the 2x2 table (or the k×kk \times k table) alongside the kappa. With the table, a reader can compute PABAK, the prevalence index and the bias index themselves; from a lone kappa nothing can be recovered.

As for PABAK, the prevalence-adjusted bias-adjusted kappa, it forces the marginals flat and so returns the same 0.800 for both tables. It is a useful companion number — it shows how much of a low kappa is prevalence — but it is not a correction, because what it throws away is the real information about how common the finding is in these patients. Report both; do not let one replace the other.

Running it yourself

library(irr)
data(diagnoses, package = "irr")

# rater6 never uses "1. Depression", so its factor carries only 4 levels.
# as.integer() would shift every one of its codes down by one and get the
# whole matrix wrong in silence. Map by LABEL with match() instead.
CATS <- c("1. Depression", "2. Personality Disorder", "3. Schizophrenia",
          "4. Neurosis", "5. Other")
M <- sapply(diagnoses[paste0("rater", 1:6)],
            function(x) match(as.character(x), CATS))

kappa2(M[, c(1, 2)])              # two raters: Cohen
kappam.fleiss(M)                  # six raters: Fleiss
kappam.fleiss(M, detail = TRUE)   # plus the per-category kappas

# -- an ordinal scale, and a place that bites quietly ----------------------
data(anxiety, package = "irr")
A <- as.matrix(anxiety[c("rater1", "rater2", "rater3")])

# kappa2() builds its category list from the ratings it OBSERVES. Neither
# rater2 nor rater3 ever says 5, so that rung vanishes and 4 and 6 become
# adjacent.
kappa2(A[, c(2, 3)], weight = "equal")   # returns 0.146, on a silently 5-point scale

# Passing factor(x, levels = 1:6) does not rescue it: kappa2() calls
# as.matrix() first and the levels are gone by then (checked, still 0.146).
# R has no labels argument here, so build the k x k table yourself.
kw <- function(x, y, k, type) {
  tt <- table(factor(x, levels = 1:k), factor(y, levels = 1:k))
  p <- tt / sum(tt)
  d <- abs(outer(1:k, 1:k, "-"))
  w <- switch(type, unweighted = (d == 0) * 1,
                    linear     = 1 - d / (k - 1),
                    quadratic  = 1 - d^2 / (k - 1)^2)
  po <- sum(w * p); pe <- sum(w * outer(rowSums(p), colSums(p)))
  (po - pe) / (1 - pe)
}
kw(A[, 2], A[, 3], k = 6, type = "linear")   # 0.126, the value on the 6-point scale

# Before anything else, ask whether the two raters between them used the
# whole scale:
sort(unique(c(A[, 2], A[, 3])))   # a rung missing means kappa2() cannot be trusted

# Intervals: the z and p that irr prints come from the standard error under
# kappa = 0 — right for the test, wrong for an interval. Compute the
# unrestricted asymptotic SE, or bootstrap over subjects.
set.seed(20260823)
b <- replicate(4000, { i <- sample.int(nrow(A), nrow(A), replace = TRUE)
                       kw(A[i, 2], A[i, 3], 6, "linear") })
quantile(b, c(0.025, 0.975))

Verified against R 4.6.0 with irr 0.85. Both datasets ship with irr and take one line each, with no access application of any kind.

Six things to settle before your own first agreement study

  1. Does the scale have an order? If it does, use weighted kappa and fix linear or quadratic in the protocol. If it does not, do not weight.
  2. How many raters? Two means Cohen, three or more means Fleiss, and never average the pairwise kappas.
  3. How common is the target finding? A lopsided prevalence means a low kappa should be expected, so report the 2x2 table and let readers compute PABAK for themselves.
  4. Who computed the confidence interval? The p-value a package prints tests κ = 0; it is not an interval. Check where the interval came from.
  5. Did the raters between them use the whole scale? If not, the package will silently shorten it — the one trap on this page that is invisible without reading the code.
  6. Should this be a different statistic entirely? Kappa is for categorical readings. Read the same irr::anxiety scores as a continuum and the right tool is the ICC, not kappa; how far wrong a rater goes can also be framed as measurement error. And agreement is not accuracy — two people can be very consistently wrong, which is a question for diagnostic accuracy, not for this page.

Read the figure

The answer comes from the same statistical output that produced this page's figures, not from a number typed in beside them.

Two raters put 22 of the 30 patients in the same cell. The same block of output prints several other numbers beside it. Which one is kappa, and what does it say?

Show the answer and why

Correct answer: Kappa is 0.651, the share of the room chance cannot explain that real agreement fills

Kappa is observed agreement minus expected agreement, divided by one minus expected agreement. 0.733 is the raw agreement before anything is subtracted, and reading it as kappa ignores that two raters filling cells at their own habitual rates would land on some of them anyway. 0.498 is only the numerator, the slice of agreement beyond chance, and it has not yet been divided by the room chance leaves, so it is always smaller than kappa. The three sit within a line of each other, and confusing them turns a relative quantity into an absolute one - which is also why kappa and raw agreement cannot be converted into one another.

On the same five-category diagnosis table, unweighted kappa is 0.651 and linear weights bring it down to 0.633. What happened?

Show the answer and why

Correct answer: Weighting pushed expected agreement to 0.614, a larger rise than observed agreement got, so the numerator shrank faster than the denominator

Linear weights hand partial credit to near misses, so observed agreement rises to 0.858. The same partial credit goes to the chance side as well, and expected agreement rises to 0.614, the larger of the two moves. Numerator and denominator both shrink, the numerator by more, and 0.633 lands below 0.651. That is the arithmetic of weighting, not a slip. 0.752 is expected agreement under quadratic weights, not the linear row. The deeper problem is that these five diagnoses carry no order: schizophrenia does not sit between personality disorder and neurosis, so the weighted values here demonstrate a mechanism rather than a defensible analysis.

Fleiss kappa across six raters is 0.430 and Conger's version, which keeps each rater's own marginal, is 0.442, while observed agreement is identical. Where does the difference come from?

Show the answer and why

Correct answer: Fleiss expected agreement is 0.220, computed after pooling the six raters into one shared category distribution, so it subtracts more than Conger does

All three print in the same block. 0.220 is Fleiss expected agreement, built by pooling the six raters into one shared category distribution, which is the assumption Fleiss rests on: that raters are interchangeable. 0.204 is Conger expected agreement, which keeps each rater's own marginal. Pooling raters with different habits can only push expected agreement up, so Fleiss subtracts more and its kappa comes out lower, 0.430 against 0.442. 0.556 is the observed agreement the two versions share, not an expected agreement, and it is the cell taken by mistake most often. Report Fleiss only if interchangeable raters is an assumption you accept; otherwise report Conger.

Two 2x2 tables show observed agreement of 0.900 and the same number of disagreements in each direction. In one of them the abnormal reading takes more than nine in ten of the readings, and its kappa is only 0.232. What pushed kappa down?

Show the answer and why

Correct answer: Expected agreement in that table is 0.870, because both raters give almost every reading to abnormal and would land on that much agreement without looking

Expected agreement is what moves. With balanced marginals each rater calls half the films abnormal and chance alone delivers 0.500. With lopsided marginals both raters give more than nine in ten readings to abnormal, and that shared habit alone delivers 0.870, leaving the denominator almost nothing to work with, so the same 0.900 observed agreement buys only 0.232. 0.860 is the prevalence index, a measure of how lopsided the readings are rather than an expected agreement, and the disagreements are equal in both directions in both tables, so direction is not where the difference lives. A low kappa therefore need not mean the raters are poor, and kappas from cohorts of different prevalence cannot be compared directly.

The same pair rated 20 subjects on a 6-point anxiety scale. Unweighted kappa is 0.119 and quadratic-weighted kappa is 0.297. What may be concluded?

Show the answer and why

Correct answer: The lower limit under quadratic weights is -0.011, still on the far side of zero, so no agreement beyond chance was detected

The three point estimates do rise, but all three 95% intervals cross zero. The lower limit under quadratic weights is -0.011, so the honest sentence is that no agreement beyond what chance explains was detected in these 20 subjects, whichever weighting is used. 0.604 is the upper limit of that same interval, and quoting only the upper limit is quoting the end that flatters you. 0.157 is the standard error under quadratic weights, which is larger than the unweighted one rather than smaller: weighting buys a bigger point estimate and pays for it with a less certain one. The real constraint here is 20 subjects, and no weighting scheme removes it.

Overall Fleiss kappa is 0.430. Split across the five diagnostic categories, which ones most deserve a rewritten definition?

Show the answer and why

Correct answer: Depression and personality disorder, whose category-specific kappas both come in at 0.245, where the six raters disagree most

The overall 0.430 is an average, and it hides the spread between categories. Depression and personality disorder both sit at 0.245, where the six raters disagree most, and those two definitions are where a rewrite pays. The 0.306 beside neurosis is a share of the readings rather than agreement: a large share says only that the label gets applied often, and ranking categories by how often they are used substitutes workload for measured disagreement, while that category's own kappa, 0.471, is third of the five. The other category sounds like the loosest, but that is an intuition about wording; its measured kappa is the highest of the five at 0.566. Intuition and measurement need not point the same way, and category-specific kappas are what settle it. So the rewrite belongs to the two categories where the raters diverge most, not to another training session for everyone, and only the category-specific kappas show which those are. A single overall number never will, and they cost almost nothing to compute.

Sources and licences

This page is original writing

Report a content problem

The statistics on this site are written by AI and reviewed by AI; a human only spot-checks. What you can see may be what we cannot.

The more specific, the more fixable — e.g. which sentence disagrees with which textbook or paper.

Needed only if you want a reply; reports without it are still read.

Sent along with your report

These are attached automatically. You can drop any of them.