The within-country effect of war on economic growth
Nagoya University (GSID)
June 11, 2026
Act I
Case studies of individual conflicts paint a dark picture. Yet cross-country regressions of growth on war often return small or insignificant coefficients.
The mismatch is not substantive — it is statistical. Countries that fight wars are not a random subsample of the world. Which countries you compare decides the answer.
Number of countries with War > 0 by quinquennium, 1955–2015. Reproduces Figure 1 of Thies & Baum (2020).
Act II
An unbalanced panel: 1,663 country-years, T ranging from 1 to 13 — exactly what Arellano–Bond was designed for.
The three lagged institutional variables encode missing data as \(0\).
DemocIndxLag loses 86.5% of its rows to recoding — which is why the published study drops it entirely.
Distribution of \(\ln\) GDP per capita across all country-years — approximately symmetric, faintly bimodal, spanning 5.6 to 12.7.
Mean War and Coup intensity over time. War peaks near \(0.14\) around 1985–1990; Coup stays elevated through 1955–1995, then both fall after 2000.
\[\ln\text{GDPpc}_{i,t} = \rho\,\ln\text{GDPpc}_{i,t-1} + \beta\,\text{War}_{i,t} + \alpha_i + \delta_t + \varepsilon_{i,t}\]
The lagged term \(\rho\,\ln\text{GDPpc}_{i,t-1}\) captures inertia: income is sticky. \(\alpha_i\) absorbs every time-invariant country trait; \(\delta_t\) absorbs global shocks.
The lag is what makes the model “dynamic” — and what makes it hard to estimate.
Objection. “Just add country fixed effects with xtreg, fe.”
Response. Within-demeaning correlates the demeaned lagged DV with the demeaned error — a mechanical Nickell bias of order \(-1/T\). With \(T \approx 13\) it is too large to ignore, and it propagates from \(\rho\) into \(\beta\).
\[\Delta\ln\text{GDPpc}_{i,t} = \rho\,\Delta\ln\text{GDPpc}_{i,t-1} + \beta\,\Delta\text{War}_{i,t} + \Delta\varepsilon_{i,t}\]
Differencing erases \(\alpha_i\) exactly — but it makes the differenced lag endogenous.
Belt and suspenders: differencing removes confounders, lag-instruments handle the lagged-DV endogeneity.
\[E\!\left[\,\ln\text{GDPpc}_{i,t-s}\cdot\Delta\varepsilon_{i,t}\,\right] = 0 \qquad \text{for } s \geq 2\]
Lags \(2\) and deeper of the level are uncorrelated with the differenced error — so they are valid instruments for the differenced lag.
We use lags \(2\)–\(6\): deep enough to be exogenous, shallow enough to contain instrument proliferation.
xtabond2gmm(...) builds the internal lag instruments; iv(...) adds strictly exogenous ones; noleveleq selects Arellano–Bond (difference) over Blundell–Bond (system).
| Term | Coef. | SE | \(t\) | Sig. |
|---|---|---|---|---|
| L.lnGDPpc (\(\rho\)) | 0.679 | 0.051 | 13.21 | yes |
| War (contemp.) | −0.219 | 0.057 | −3.84 | yes |
| Coup (contemp.) | −0.091 | 0.028 | −3.19 | yes |
N = 1,187 country-years · 155 countries · 146 instruments · AR(2) \(p = 0.091\) · Hansen \(p = 0.184\).
War, L.War and L2.War coefficients with 95% CIs across all four models. Contemporaneous intervals sit clearly below zero; the lag-1 and lag-2 intervals straddle zero.
| Term | (1) | (2) | (3) | (4) |
|---|---|---|---|---|
| War | −0.219 | −0.239 | −0.159 | −0.160 |
| Coup | −0.091 | −0.076 | −0.095 | −0.090 |
| L.EconFreedom | — | 0.020 | — | 0.028 |
| L.PolitFreedom | — | — | 0.0003 | 0.0002 |
Economic freedom predicts growth (\(t\) up to 3.31); political freedom never crosses \(t = 1\).
Act III
−0.353
Long-run cumulative War effect, Model 1 (SE 0.079, \(t = -4.48\)) · \(\exp(-0.353)-1 \approx -30\%\)
Sum of contemporaneous + L1 + L2 War coefficients with 95% CIs, by model. All bars below zero, shrinking monotonically from −0.353 (Model 1) to −0.166 (Model 4).
| Model | Sum War | SE | \(t\) | Controls |
|---|---|---|---|---|
| 1 | −0.353 | 0.079 | −4.48 | none |
| 2 | −0.271 | 0.074 | −3.65 | + Econ. freedom |
| 3 | −0.224 | 0.075 | −2.99 | + Polit. freedom |
| 4 | −0.166 | 0.076 | −2.19 | + both |
−0.35 → −0.17 is a 53% reduction: war damages institutions, and damaged institutions hurt growth.
AR(2) p-value (blue) and Hansen J p-value (orange) by model, with a 0.05 reference line. All bars above the threshold; Model 1’s AR(2) is closest.
Objection. “Difference GMM with internal instruments recovers the causal effect of war.”
Response. War is a continuous magnitude, not a randomized binary treatment — so this is not an ATE or ATT. The estimate is the within-country dynamic effect, identified only conditional on country and year fixed effects and the dynamic process for GDP. Wars are not randomly assigned.