Hierarchical Linear Models

Summary

Chapter 15 of BDA3 extends Hierarchical Models to the regression setting. Coefficients vary across groups, partially pooled toward a common distribution — the Bayesian approach to mixed effects / multilevel models.

Model Structure

For group :

Key Concepts

  • Varying intercepts: shifts baseline for each group (random intercepts)
  • Varying slopes: allows different effects per group (random slopes)
  • Partial pooling: groups with less data borrow more from the population — same principle as the eight schools example
  • Computation: reparameterization (centered vs. non-centered) critical for HMC efficiency

Applications

  • Forecasting elections: varying intercepts/slopes across states (U.S. presidential elections)
  • ANOVA connection: analysis of variance as a special case of hierarchical regression
  • Batching of variance components: hierarchical structure for modeling heterogeneous variances

See Also