Summary
Classical residuals for binary regression — Pearson (yi−p^i)/{p^i(1−p^i)}1/2 and deviance — have unknown sampling distributions, making outlier plots hard to calibrate. Albert and Chib (1995) define two Bayesian alternatives with interpretable posterior distributions and show that both emerge naturally from the Albert-Chib (1993b) Gibbs sampler at no additional computational cost. The paper demonstrates both residual types on simulated data and two real datasets (Brown 1980 prostate cancer; Kenward-Jones 1987 crossover trial), and extends the latent residual approach to longitudinal random effects probit models.
Key Claims
- Parametric residual ri=yi−pi where pi=F(xiTβ): bounded on (yi−1,yi), has a continuous posterior despite discrete yi. Outlier signal is a posterior concentrated near the endpoint of its support interval. Outlying probability pr(∣ri∣>K∣y) evaluated at K=0.75.
- Latent data residual (probit) εi=Zi−xiTβ: a priori N(0,1), providing a calibrated reference. Posterior (eq. 3) is a truncated normal: π(εi∣yi,β)∝ϕ(εi)⋅I(εi>−xiTβ) if yi=1, and ∝ϕ(εi)⋅I(εi<−xiTβ) if yi=0. Outlying probability pr(∣εi∣>K∣y) compared against prior tail 2[1−Φ(K)].
- Free from the Gibbs run: latent residuals are by-products of the Albert-Chib (1993b) two-block Gibbs sampler — record εi(g)=Zi(g)−xiTβ(g) at each iteration at no extra cost.
- Rao-Blackwellised estimates: marginal posterior density π(εi∣y)=∫π(εi∣y,β)π(β∣y)dβ estimated by averaging the conditional truncated-normal density over Gibbs draws (Gelfand-Smith 1990), giving a smoother estimate than raw simulation quantiles.
- Extensions: logistic link — cannot simulate Zi directly; Rao-Blackwellise over Markov chain Monte Carlo (MCMC) draws of β (Dellaportas-Smith 1993). Longitudinal random effects probit (eq. 4): pr(yit=1∣bi)=Φ(xitTβ+bi), latent residual εit=Zit−xitTβ has prior N(0,1+σ2); outlying criterion pr(∣εit∣>K(1+σ2)1/2∣y) (eq. 5).
- Real data: Brown (1980) prostate cancer (N=53) — badly fitting model (age + grade) shows no outliers; well-fitting model (log-acid + X-ray + size + grade) flags obs 9, 26, 35, 37 with pr(∣εi∣>2∣y)∈{0.30,0.23,0.20,0.30}. Kenward-Jones (1987) crossover trial (N=86, 3 periods): random effects probit identifies several anomalous response patterns.
Concepts Introduced or Extended
Entities Mentioned
Quotes
"In contrast, Bayesian residuals have continuous-valued posterior distributions which can be graphed to learn about outlying observations." (Summary)
"These latent residuals are particularly interesting to study since they can be simulated and summarised as a by-product of the algorithm of Albert & Chib (1993)." (p. 750)
My Take
The paper's key insight is elegantly simple: the Albert-Chib (1993b) data augmentation already produces Zi(g) and β(g) at each Gibbs iteration, so the latent residual εi(g)=Zi(g)−xiTβ(g) is available for free. The N(0,1) prior reference for the probit case makes outlier detection substantially more interpretable than classical Pearson/deviance residuals, which have unknown sampling distributions. The Rao-Blackwellised density estimator is a useful addition over raw quantiles. The extension to longitudinal random effects probit (eq. 5) is clean, though the paper stops short of a full simulation study for that case. The approach is less elegant under the logistic link, where Zi cannot be simulated directly and only Rao-Blackwellised densities are available.