Skip to content
K Knidox Search…
Statistics · Agreement

Intraclass Correlation

Single-rater and average-rater intraclass correlation from an ANOVA mean-square table.

MSB
From the one-way ANOVA on your ratings.
MSW
The residual or error mean square.
ICC (single rater)
0.62ICCModerate

The reliability of one rater’s score — the figure to report when a single rater will be used in practice.

ICC (mean of 3 raters)
0.831ICC

The reliability of the average across all 3 raters, which is always the higher of the two. Good.

These are the one-way random-effects forms, ICC(1,1) and ICC(1,k). Two-way models — used when the same raters assess every subject — need a different mean-square breakdown, so check which form your design calls for before reporting.

The ICC is the share of total variance that comes from real differences between subjects rather than from rater disagreement. With MSB = 12.4, MSW = 2.1 and 3 raters, the single-rater ICC is (12.4 − 2.1) ÷ (12.4 + 2 × 2.1) = .62, and the average of 3 raters gives .83.

Reliability for continuous ratings

Kappa handles categories: this rater said yes, that one said no. The intraclass correlation handles continuous ratings — pain scores, essay marks, joint-angle measurements — where raters differ by degree rather than by category.

The logic is a variance decomposition. If the subjects being rated genuinely differ from one another, most of the variation in the data sits between subjects. If raters disagree wildly, variation sits within subjects instead. The ICC is the first quantity as a proportion of the total, so it rises as rater noise falls.

Single versus average

Two figures come out of the same table and they answer different questions. ICC(1,1) is the reliability of one rater acting alone — the number to report if a single assessor will be used in practice. ICC(1,k) is the reliability of the mean across all k raters, which is always higher because averaging cancels individual error. Reporting the average-rater figure when the study design uses one rater overstates reliability substantially.

ICC(1,1) = (MSB − MSW) ÷ (MSB + (k − 1)·MSW) ICC(1,k) = (MSB − MSW) ÷ MSB

MSB is the between-subjects mean square and MSW the within-subjects mean square, both from a one-way ANOVA on the ratings. k is the number of raters per subject.

Worked example: MSB = 12.4, MSW = 2.1, k = 3

The gap between the mean squares is what reliability is made of:

  1. 1
    Run a one-way ANOVA on the ratings. Subjects are the grouping factor. Read the between-subjects and within-subjects mean squares from the output.
  2. 2
    Take the difference. 12.4 − 2.1 = 10.3. This is the part of the variance attributable to real differences between subjects.
  3. 3
    Build the single-rater denominator. 12.4 + (3 − 1) × 2.1 = 12.4 + 4.2 = 16.6.
  4. 4
    Divide for ICC(1,1). 10.3 ÷ 16.6 = .62 — moderate reliability for one rater.
  5. 5
    Divide by MSB for ICC(1,k). 10.3 ÷ 12.4 = .83 — good reliability for the mean of three raters.
  6. 6
    Report the one that matches your design. If your study uses a single assessor, .62 is the honest figure.

Koo & Li (2016) interpretation bands

Widely used benchmarks for reliability studies. Clinical measurement often demands the upper bands before a tool is considered usable.

ICCReliability
Below .50Poor
.50 – .75Moderate
.75 – .90Good
Above .90Excellent

Which ICC form to use

This calculator implements the one-way random-effects forms, ICC(1,1) and ICC(1,k). They fit designs where each subject is rated by a different set of raters drawn from a larger pool — the same situation Fleiss’ kappa covers for categories.

When the same raters assess every subject, a two-way model is appropriate instead, and the choice branches again: a two-way random model if those raters represent a wider population, or a two-way mixed model if they are the only raters of interest. Those forms need a three-way mean-square breakdown including a rater term, which a one-way ANOVA does not produce.

There is also a choice between absolute agreement and consistency. Consistency forgives a rater who is systematically two points high, as long as the ranking is preserved; absolute agreement does not. For measurement instruments the absolute form is usually what matters, and the distinction should be stated explicitly when reporting.

What is a good ICC?
On the Koo & Li bands, below .50 is poor, .50 to .75 moderate, .75 to .90 good, and above .90 excellent. Clinical measurement tools are usually expected to reach the upper bands before being adopted.
Should I report the single or the average ICC?
Whichever matches how the measurement will actually be taken. If one assessor rates each patient in practice, report ICC(1,1); the average-rater figure is only appropriate when the mean of several raters is the score being used.
Why is the average-rater ICC always higher?
Averaging several raters cancels part of each rater’s individual error, so the mean score is more stable than any single rating. The gap widens as the number of raters grows.
Which ICC form does this calculator use?
The one-way random-effects forms, ICC(1,1) and ICC(1,k). They suit designs where different raters assess different subjects. Two-way models require a mean-square breakdown that includes a rater term.
What is the difference between absolute agreement and consistency?
Consistency ignores a systematic offset — a rater who is always two points high still scores well if the ordering matches. Absolute agreement penalises that offset, and is usually what matters for measurement instruments.
Can the ICC be negative?
Yes, when the within-subjects mean square exceeds the between-subjects one. It means raters vary more than subjects do, which is normally reported as zero reliability rather than as a negative value.
How is the ICC related to kappa?
They answer the same question for different data types. Kappa handles categorical ratings and the ICC continuous ones. For ordinal data, a weighted kappa and the ICC often give similar answers.