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
- Bayesian Linear Regression — the non-hierarchical foundation
- Hierarchical Models — the general theory (Ch 5)
- Generalized Linear Models — hierarchical GLMs
- Differences-in-Differences — frequentist fixed effects approach; HLM is the Bayesian alternative for panel data
- Standard Errors and Clustering — clustering as a frequentist approach to the same grouped-data structure
- Nonparametric Models Overview — GP and mixture model extensions when parametric hierarchical structure is insufficient
- Global-Local Shrinkage Priors — shrinkage-prior view of the partial pooling used here