Inter-Rater Reliability
Coming soonPsychometrics (legacy hub)
This test is implemented and is currently going through StatMinds’ production verification: every statistic is independently checked against a trusted reference (scipy / R), locked with regression tests, and the screen is exercised across assumption-met/violated and significant/non-significant scenarios before it opens up.
See what’s live nowQuantifies agreement between two or more raters scoring the same subjects.
Reports the appropriate statistic for the scale: Cohen's κ for two raters with nominal categories, weighted Cohen's κ for two raters with ordinal categories (linear or quadratic weights), Fleiss' κ for ≥ 3 raters with nominal categories, and intraclass correlation (ICC, specifically ICC(2,k) two-way random-effects average-rater) for continuous ratings. Engine auto-routes by scale + n_raters and reports point estimate + bootstrap 95% CI + agreement-interpretation tier (Landis-Koch benchmarks).
Worked example
Do two raters agree when scoring the same responses?
Two raters independently scored 50 responses; inter-rater agreement is quantified with an intraclass correlation (ICC), or kappa for categories.
Agreement was excellent, ICC = .88, 95% CI [.80, .93] — the scoring is reliable across raters.
Inter-rater reliability was excellent, ICC = .88, 95% CI [.80, .93].
When to use it
- Two raters, categorical outcome (nominal or ordinal)Two radiologists rate 80 X-ray scans as normal / mild / severe.
- ≥ 3 raters, continuous ratings (ICC two-way random)5 graders score 60 student essays on a 1-100 scale.
When NOT to — use instead
- Internal consistency (within a single rater across items)Cronbach's α is between-item, not between-rater. → Cronbach's Alpha
- Test-retest (same rater scoring same subjects twice)Test-retest is single-rater stability over time — use ICC(3,1) two-way mixed (rater fixed). → Inter-Rater Reliability
- Single rater scoring on a single occasionNo agreement to estimate — needs ≥ 2 raters or 2 occasions. → CTT Item Analysis
- Diagnostic accuracy against a gold standardAgreement between rater and TRUTH is sensitivity / specificity / AUC, not κ. → Cut-Offs (ROC)
Assumptions (and what to do if they fail)
Check: See the assumption diagnostics in the workspace.
If violated: The workspace flags this and suggests a robust or nonparametric alternative.
Check: See the assumption diagnostics in the workspace.
If violated: The workspace flags this and suggests a robust or nonparametric alternative.
Check: See the assumption diagnostics in the workspace.
If violated: The workspace flags this and suggests a robust or nonparametric alternative.
Check: See the assumption diagnostics in the workspace.
If violated: The workspace flags this and suggests a robust or nonparametric alternative.
Ready to run a Inter-Rater Reliability on your own data?
Guided setup, automatic assumption checks, effect sizes, figures and an APA write-up.
Run this test →