Liddell-Kruschke (2019) Analyzing Ordinal Data with Metric Models: What Could Possibly Go Wrong?

ordinal-databayesianprobitlatent-variablemeasurement-theorylikerttype-i-errortype-ii-errormcmcjagsordered-probit

Summary

Liddell and Kruschke (2019) prove, analytically and by example, that applying metric models (t-tests, analysis of variance (ANOVA), regression) to ordinal data can produce all three types of inferential error: spurious effects (Type I), missed effects (Type II), and reversals of effect direction. The root cause is that the ordinal mean is a sigmoidal function of the latent continuous mean, so two groups sitting on different sigmoid curves — because they differ in latent variance — can have equal latent means but different ordinal means, or vice versa. The paper argues for Bayesian ordered-probit models as the principled alternative and provides worked JAGS code. An audit of three major psychology journals (the Journal of Personality and Social Psychology (JPSP), Psychological Science (PS), and Journal of Experimental Psychology: General (JEP:G); 2016 volumes) finds that 100% of articles using Likert data analysed it with metric models.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"We show that metric analysis of ordinal data can yield the full range of inferential errors: false alarms, misses, and inversions of direction." (Abstract)

"The ordinal mean is a sigmoidal function of the latent mean. Because of the sigmoidal relationship, groups that differ only in their latent standard deviations will have different ordinal means even though their latent means are the same." (p. 8)

"None of the 68 articles ... used an ordinal analysis of their Likert or ratings data. Instead, all of them used metric analyses." (p. 3)

My Take

The paper's core pedagogical contribution — the sigmoid-curve diagram (Figure 4) — is genuinely clarifying: it reduces the three failure modes to a single geometric fact about two intersecting S-curves. The audit of 68 articles is damning but not surprising given the dominance of ANOVA in psychology training. The ordered-probit solution is well-known in econometrics (Albert-Chib 1993b, 1997b, 2001) but the paper correctly notes it is largely unknown in psychology. The JAGS code is a practical contribution for psychologists unfamiliar with Bayesian computation. One limitation: the paper focuses on group-comparison designs; the extension to regression, mediation, and multi-item scales with correlated errors is mentioned but not fully worked out. The claim that averaging multiple Likert items doesn't help deserves more formal treatment — the argument relies on simulations rather than a theorem. The choice of the Bayesian framework, while principled, conflates two separable issues: (1) using an ordinal model vs. a metric model, and (2) Bayesian vs. frequentist inference; a frequentist ordered-probit (proportional-odds logistic regression) would solve problem (1) without requiring MCMC.