Summary
Albert and Chib (1993b) show that binary and polychotomous probit models become analytically tractable under data augmentation: introducing latent continuous responses Zi converts the truncated-likelihood problem into a two-block Gibbs sampler with Normal and truncated-Normal full conditionals. Extensions cover t-link scale mixtures (robust to outliers), hierarchical priors (enabling variable selection), ordered multinomial outcomes (adding a threshold-sampling block), and unordered multinomial probit (multivariate truncated Normal draws). All cases are unified by the data augmentation principle and validated on three classic datasets.
Key Claims
- Binary probit Gibbs (eqs. 5–6): Introduce latent Zi∼N(xi′β,1) with Yi=1[Zi>0]. Full conditionals: β∣Z∼Nk((X′X)−1X′Z,(X′X)−1) and Zi∣yi,β∼N(xi′β,1) truncated to (0,∞) if yi=1 and to (−∞,0] if yi=0. Gibbs converges to exact posterior at 800 iterations on Finney (1947) toxicity data (39 obs, 3 covariates).
- Robust t-link (eqs. 7–11): Scale mixture Zi∣λi∼N(xi′β,λi−1), λi∼Gamma(ν/2,2/ν), ν discrete on {4,8,16,32}. Four-block Gibbs; logistic link well-approximated by t(8). Applied to 1976 Carter–Ford election data where maximum likelihood estimation (MLE) fails for the South-East regional variable; t-link and probit give qualitatively similar results.
- Hierarchical prior (eqs. 13–14): β∼N(Aβ0,σ2I); posterior β∣Z,σ2 Normal with augmented design matrix; σ2∣Z non-standard but grid-sampable. Enables regional shrinkage to zero in the election example.
- Ordered multinomial (eqs. 16–18): Yi=j iff γj−1<Zi≤γj; three-block Gibbs adds threshold block γj∣Z,β,y∼Uniform[max{Zi:Yi=j},min{Zi:Yi=j+1}].
- Unordered multinomial probit (eqs. 19–21): Zi∼NJ(Xiβ,Σ); Yi=j iff Zij is maximum. Multivariate-truncated-Normal draw via accept-reject; Daganzo trivariate probit (50 obs): posterior mean ρ^=0.234 vs. MLE 0.238.
Concepts Introduced or Extended
Entities Mentioned
Quotes
"The basic idea of this article is that by using the method of data augmentation (Tanner and Wong 1987), the regression coefficients can be updated by a simple standard step." (p. 669)
"One advantage of the Bayesian approach is that the information from the latent variable Zi can be used to form residuals ri=yi−pi..." (p. 674)
My Take
The paper's enduring contribution is demonstrating that data augmentation completely dissolves the computational difficulty of binary regression. The Gibbs sampler is exact (up to Markov chain Monte Carlo (MCMC) error) where classical MLE is unreliable or breaks down entirely (election SE variable). The hierarchical and t-link extensions foreshadow modern robust Bayesian workflows. A subtle point: the latent variable formulation makes Bayesian residuals yi−Φ(xi′β) real-valued and continuous — a diagnostic tool unavailable to classical probit. The multinomial extensions are more heuristic (accept-reject for multivariate truncated Normal is slow for large J), and later work (McCulloch-Rossi 1994) improved on this.