← Albert Ponferrada Sicart

Data Science · Applied Statistics · 2020 Cross-Section

Breathing the Divide: Modeling COPD Prevalence, Air Pollution, and Smoking Across U.S. States

Outcome
Age-adjusted COPD prevalence
Unit
U.S. state
Year
2020
States
48 with full information
Methods
Bayesian hierarchical · OLS
Primary source
CDC BRFSS

Chronic obstructive pulmonary disease affects roughly 6% of American adults, but that single national number hides a lot. This study asks two things: how much does COPD prevalence vary across U.S. states and regions, and does breathing dirtier air actually cause more of it? Using CDC survey data, census-tract PM2.5 predictions and state demographics for 2020, it answers the first question clearly and the second one honestly — which is to say, in the negative.

6.05% Modeled national COPD prevalence 94% HDI 4.28 – 7.29
1.6 pp Spread between the highest and lowest regional baseline ≈27% relative variation
p = 0.127 Causal effect of elevated PM2.5 — not significant 95% CI −0.16 to 1.22 pp
Δ4.71 WAIC gain of the hierarchical model over a pooled one Lower WAIC = better fit

01Why this question

COPD is a progressive lung disease, and smoking is its dominant risk factor. But a CDC surveillance report found that about 25% of cases occur in people who have never smoked — which leaves a substantial share of the burden unexplained by tobacco alone. Air quality is the obvious suspect, and a large meta-analysis found that every 10 µg/m³ increase in PM2.5 (fine airborne particulate matter) was associated with an 18% higher incidence of COPD.

That motivates two distinct research questions, which need two different statistical tools:

02The data

The outcome comes from the CDC's U.S. Chronic Disease Indicators, filtered by API to the COPD topic. The underlying source is the BRFSS — a health-related telephone survey, not a census, which matters for how far the results generalise.

The analysis uses age-adjusted rather than crude prevalence. Standardising the age distribution across states makes them comparable, and it also blunts a real selection-bias worry: a telephone survey is likely to over-sample particular age groups, and age adjustment strips out that weighting.

Exposure comes from the CDC's Daily Census Tract-Level PM2.5 Concentrations dataset (2016–2020), averaged up to state level. That aggregation is a genuine cost — a state average can hide the specific counties driving a high prediction. Smoking rates, urban household share, median household income and 2020 census populations round out the covariates.

03How it was modeled

RQ1 — Bayesian hierarchical model

For each state i in region j, expected prevalence is a regional baseline plus a regional PM2.5 slope plus a gender-gap term: mu = alpha_region[j] + beta_pm25_region[j] × pm25 + beta_gender × gender_gap.

The important choice here is partial pooling. Rather than estimating each region independently (which overfits when some regions hold only a few states) or forcing them all to share one value (which erases real differences), regional parameters are drawn from a shared population distribution. Regions with less data or more extreme values get pulled harder toward the national mean. Priors were kept weakly informative — the population intercept centred at 6% with a standard deviation of 2 — so the data, not the prior, drives the answer. Sampling used PyMC's NUTS sampler: 2 chains, 1,000 tuning steps and 2,000 draws each, for 6,000 total draws, seed fixed at 42.

RQ2 — Causal estimate

Treatment is a binary flag for states whose 2020 PM2.5 sits above the 75th percentile of the state distribution. The estimate is an OLS outcome regression adjusting for smoking prevalence, urban household share and median household income — all standardised, which resolved a multicollinearity warning flagged by a very high condition number in the unscaled fit.

04What the models found

The headline result is easiest to read as effect sizes against zero. Every estimated effect in this study is positive in expectation — and every one of them has an interval that crosses zero.

Fig. 01

Every estimated effect on COPD prevalence includes zero

RQ1 · Bayesian hierarchical, 94% HDI RQ2 · OLS, 95% CI
no effect RQ1 · HIERARCHICAL MODEL PM2.5 effect — posterior mean 0.303 pp per +1 SD; 94% HDI [−0.269, 0.983]. Crosses zero. PM2.5 effect pp per +1 SD of PM2.5 0.30 [−0.27, 0.98] Gender-gap effect — posterior mean 0.060 pp per +1 SD; 94% HDI [−0.356, 0.471]. Crosses zero. Gender-gap effect pp per +1 SD of gap 0.06 [−0.36, 0.47] RQ2 · CAUSAL ESTIMATE Elevated PM2.5 (above the 75th percentile) — estimated treatment effect 0.533 pp, SE 0.343; 95% CI [−0.16, 1.22]; p = 0.127. Crosses zero. Elevated PM2.5 (>75th pct) pp vs. states below 0.53 [−0.16, 1.22] −0.5 0 0.5 1.0 EFFECT ON COPD PREVALENCE (PERCENTAGE POINTS)
All three point estimates lean positive, and all three intervals contain zero. The PM2.5 effect (0.30 pp per standard deviation) and the causal estimate (0.53 pp) point the direction you would expect — dirtier air, more COPD — but neither is distinguishable from no effect at all. The gender-gap term is close to zero outright: gender disparities in COPD exist, but the size of a state's gap does not predict its overall prevalence. Interval widths are not comparable across the two models; the treatment definitions differ, as the row labels note.
View as table
ParameterModelMeanSDLowerUpper
Global intercept (%)Hierarchical6.0540.6884.2827.285
PM2.5 effect (pp / SD)Hierarchical0.3030.330−0.2690.983
Gender-gap effect (pp / SD)Hierarchical0.0600.225−0.3560.471
Regional variation (σ)Hierarchical0.9760.465
Elevated PM2.5 (pp)OLS0.5330.343−0.161.22

Source: posterior summaries from the Bayesian hierarchical model (94% HDI) and the OLS outcome regression (95% CI, p = 0.127), 48 states, 2020.

Where the 6.05% actually sits

The model's national estimate lands almost exactly on the CDC's reported figure, which is a good sign that it is calibrated. But putting it next to the real observed spread shows what partial pooling costs:

Fig. 02

A calibrated national estimate sits inside a much wider real spread

Modeled in this study External reference
Modeled global intercept — posterior mean 6.054%, 94% HDI [4.282%, 7.285%]. Modeled global intercept posterior mean · 94% HDI 6.05% [4.28, 7.29] Posterior regional intercepts — 4 regions, spanning roughly 5.3% to 6.9%, a difference of about 1.6 percentage points. Regional intercepts 4 regions · posterior span 5.3% – 6.9% CDC reported national COPD prevalence — approximately 6%. CDC national prevalence reference value ≈ 6% Observed state-level COPD prevalence reported by Liu et al. (2023) — ranging from 3.0% to 11.8%. Observed state prevalence Liu et al. 2023 · range 3.0% – 11.8% 3 5 7 9 11 AGE-ADJUSTED COPD PREVALENCE (%)
The modeled intercept lands on the CDC's national figure, so the model is calibrated where it should be. The two band rows are deliberately not like-for-like: the upper band is four shrunk regional posterior means, the lower is the observed range across individual states. That contrast is the point — partial pooling compresses regional estimates into a 1.6 pp window, while real state-to-state variation runs nearly 9 pp wide. The model is built to describe regions, not to reproduce the extremes of any single state.
View as table
QuantityKindPointLowerUpper
Modeled global interceptPosterior, 94% HDI6.0544.2827.285
Regional intercepts (4 regions)Posterior span≈5.3≈6.9
CDC national prevalenceReference≈6.0
Observed state prevalenceReported range3.011.8

Source: posterior summaries from this study; national and state-range reference values from Liu et al. (2023), CDC MMWR 72(46). All values are age-adjusted prevalence.

Robustness

The PM2.5 result is not an artefact of one prior. Re-running the model with the regional slope prior set to HalfNormal(0.25), HalfNormal(0.5) and HalfNormal(1.0) kept the population-level PM2.5 effect in the 0.25 – 0.35 range every time, with credible intervals that always included zero. Swapping regional random effects for state-level fixed effects made the coefficient less certain, not more — which is itself an argument for the hierarchical structure.

Where this disagrees with prior work

Park et al. (2021) found a statistically significant 18% increase in COPD incidence per 10 µg/m³ of PM2.5. This study finds nothing significant. The two are less contradictory than they look: that meta-analysis pooled individual-level data with follow-up over time, while this analysis has 48 state averages from a single year. COPD develops over decades, so one year of air quality is a poor proxy for the exposure that actually caused it.

Model comparison and diagnostics

The hierarchical model beat a fully pooled alternative on WAIC by 4.71, so the added complexity earns its place. Diagnostics were acceptable but not spotless: some divergences appeared during sampling, R-hat sat around 1.02 for the global intercept and regional variance, and tail effective sample sizes were low for those parameters. With only 4 regions, some of them small, that is a familiar pattern. Posterior predictive checks against 100 simulated datasets tracked the observed data's centre and spread reasonably well.

05What would change the answer

The honest summary is that this analysis is well-powered for description and under-powered for causation. Four things drive that:

None of that makes the descriptive finding go away. Regional clustering in COPD prevalence is real and substantial, the point estimates for pollution consistently lean positive, and the wider epidemiological literature supports acting on air quality regardless of what one cross-section can prove. Targeting screening, smoking-cessation resources and clean-air investment where the burden concentrates does not require this particular p-value to cooperate.

06The full report

Everything above is a summary. The complete write-up includes the model's plate diagram, all seven exploratory figures — prevalence by state, regional box plots, the PM2.5 scatter, prevalence by race and ethnicity, the gendered comparison across the top 15 states, and the smoking-equality plot — plus the full methods, sensitivity analyses and references.

Read in full Breathing the Divide — complete report Full PDF, ~20 pages, viewable in the browser or downloadable.

07References