Summary
Develops a Bayesian framework for selecting among log-linear models for contingency tables using a Poisson likelihood. The key prior innovation is a block-diagonal precision matrix Σ−1=diag(0Ip0,P1Ip1,…,PsIps) with Gamma hyperpriors on the group precisions Pj; choosing shape parameter νj=1 gives Cauchy marginals for the variable-specific coefficients, producing more robust model selection than the Normal alternative. Posterior model probabilities are computed via a Laplace approximation with an iteratively weighted least squares (IWLS) mode-finder, and Bayesian model averaging (BMA) is implemented via a Gibbs sampler over ({βj},Z,P∗).
Key Claims
- The block-diagonal precision prior Σ−1=diag(0Ip0,P1Ip1,…,PsIps) places a flat (improper) prior on the always-included intercept/structural parameters β0 and a Normal prior with precision Pj on each group of testable parameters βj.
- Integrating out βj over the Gamma(νj/2, bj2νj/2) hyperprior on Pj yields a tνj marginal; setting νj=1 gives Cauchy marginals, which have heavier tails and are more robust to large coefficient values than the Normal (νj→∞).
- Posterior model probabilities are approximated via the Laplace method (eq. 3): Pr(Mk∣y,P)≈CkPr(Mk)f(y∣λˉk)∣Σ0∣−1/2exp(−21λˉk′Σ0−1λˉk)∣Σˉ0∣1/2 where λˉk is the posterior mode found by IWLS: (X0′WX0+Σ0−1)λk=X0′WZ with W=diag(mˉ0) and Z=ηˉ0+(y−mˉ0)/mˉ0.
- Gibbs sampler cycles over three blocks: (1) βj∣rest — conjugate Normal given Pj; (2) Z∣rest — auxiliary working response; (3) Pj∗∣rest — Gamma(νj/2+pj/2, bj2νj/2+∑tβjt2/2).
- Bayesian model averaging inflates posterior standard errors by nearly 2× relative to the maximum-probability single model, reflecting genuine model uncertainty in the two applications.
- Cauchy prior is more robust than Normal when a few cells are outlying (extreme counts); Normal prior collapses to a point-mass model when precision Pj is driven very large.
- Connection to George-McCulloch (1993): both use hierarchical Normal/Gamma priors over coefficient groups to search model space; Albert (1996) extends the idea to Poisson log-linear models and replaces the stochastic search variable selection (SSVS) indicator with a continuous Laplace approximation to marginal likelihoods.
Concepts Introduced or Extended
Entities Mentioned
Quotes
"The Cauchy prior is more robust than the normal prior in the sense that the Cauchy prior assigns relatively more probability to large values of the regression coefficients."
"In the Bayesian model averaging approach, the posterior standard deviations of fitted values are on average almost twice as large as the standard deviations from the single best model."
My Take
This is a natural and technically clean extension of the George-McCulloch SSVS framework to discrete (Poisson) responses. The Gamma hyperprior trick for inducing Cauchy marginals is elegant and generalizes to any exponential-family generalized linear model (GLM). The Laplace approximation works well for the log-linear setting because the Poisson log-likelihood is strictly concave, making the IWLS mode-finder reliable. The BMA-vs-single-model comparison is the most practically useful result: the near-doubling of standard errors is a compelling quantitative argument against reporting only the maximum a posteriori (MAP) model. The paper predates the modern Markov chain Monte Carlo (MCMC)-based BMA literature (e.g. Madigan-York 1995) but already delivers the key intuition about model uncertainty inflating inferential uncertainty.