Concept Architecture
Concept
Theoretically, Synthetic Control is a comparative causal inference method used to estimate the effect of an intervention by constructing a weighted combination of untreated units that approximates the characteristics and pre-intervention outcomes of the treated unit. The synthetic control acts as the counterfactual representing what would have occurred in the absence of the intervention. The method was developed for policy evaluation and observational studies where a single treated unit or a small number of treated units are available and conventional regression methods are unsuitable.
Mathematically, Synthetic Control estimates non-negative weights assigned to donor units so that the weighted combination minimises differences between the treated unit and the synthetic control before the intervention. The optimisation is performed subject to constraints that the weights sum to one. The estimated treatment effect is the difference between the observed post-intervention outcome of the treated unit and the corresponding outcome of its synthetic control.
In practice, Synthetic Control is implemented using optimisation algorithms that determine donor weights from pre-intervention covariates and outcome trajectories. In health economics it is applied to evaluate national health policies, reimbursement reforms, vaccination programmes, public health interventions, hospital reorganisation, and other system-level changes where randomised experiments are infeasible.
Purpose
Used to estimate causal effects of interventions in observational settings by constructing a weighted counterfactual from untreated comparison units, supporting policy evaluation and health economic impact assessment.
Mathematical Formulae
Primary Formula
Estimated treatment effect:
�??t = Y?t ? ?w?Y?t
where:
- �??t = estimated treatment effect at time t
- Y?t = observed outcome for the treated unit
- Y?t = outcome for donor unit j
- w? = donor weight
subject to:
w? � 0
?w? = 1
Supporting Formulae
Weight optimisation:
W* = arg min (X? ? X?W)?V(X? ? X?W)
where:
- X? = predictor vector for the treated unit
- X? = predictor matrix for donor units
- W = vector of donor weights
- V = predictor weighting matrix
Pre-intervention Root Mean Squared Prediction Error:
RMSPE = �[(1/T?) ? ?(Y?t ? ?w?Y?t)�]
Related Mathematical Methods
- Comparative Case Study
- Causal Inference
- Difference-in-Differences
- Matching Methods
- Panel Data Analysis
- Propensity Score Methods
- Placebo Testing
- Root Mean Squared Prediction Error
Example
A health economist evaluates the impact of a national smoking ban on annual hospital admissions.
The treated country is assigned donor weights:
- Country A: 0.45
- Country B: 0.35
- Country C: 0.20
These weights reproduce the treated country's pre-intervention admission trends.
One year after implementation:
Observed admissions = 8,200
Synthetic control admissions = 9,050
Estimated treatment effect:
�? = 8,200 ? 9,050
= ?850 admissions
The analysis estimates that the smoking ban reduced annual hospital admissions by approximately 850 compared with the counterfactual scenario.
Excel Implementation
| Function | Example Formula | Health Economics Application |
|---|---|---|
| SUMPRODUCT | =SUMPRODUCT(WeightRange,DonorOutcomeRange) | Calculate the synthetic control outcome as the weighted average of donor units. |
| Solver | Minimise RMSPE by changing WeightCells | Estimate donor weights subject to non-negative and sum-to-one constraints. |
| POWER | =POWER(Observed-Synthetic,2) | Calculate squared prediction errors during optimisation. |
| SQRT | =SQRT(AVERAGE(ErrorRange)) | Calculate the pre-intervention RMSPE. |
| SUM | =SUM(WeightRange) | Verify that donor weights sum to one. |
VBA (Optional)
Automate optimisation of donor weights, calculate treatment effects, and generate placebo and sensitivity analyses for synthetic control studies.
Sources
- Abadie A, Gardeazabal J. The Economic Costs of Conflict: A Case Study of the Basque Country. American Economic Review. 2003.
- Abadie A, Diamond A, Hainmueller J. Synthetic Control Methods for Comparative Case Studies. Journal of the American Statistical Association. 2010.
- Abadie A. Using Synthetic Controls: Feasibility, Data Requirements, and Methodological Aspects. Journal of Economic Literature. 2021.
- Cunningham S. Causal Inference: The Mixtape.
- Briggs A, Claxton K, Sculpher M. Decision Modelling for Health Economic Evaluation.
- NICE Health Technology Evaluation Manual.
Related Concepts (2)
Library
Publications
1
Statistical Analysis of Cost-Effectiveness Data — Willan & Briggs, 1st Edition ed., 2006 (John Wiley & Sons)
A synthesis of statistical methods for analysing cost-effectiveness data, including net-benefit regression, confidence intervals for the ICER, cost-effectiveness acceptability curves, and covariate adjustment. Part of the Wiley Statistics in Practice series.
BookView source →
Frequently Asked Questions (6)
What is a synthetic control?
A quasi-experimental method constructing a weighted combination of untreated units to serve as a comparison group resembling a treated unit before intervention.
Source: Abadie & Gardeazabal 2003
How does a synthetic control build a comparison for a treated unit?
A synthetic control builds a comparison for a single treated unit, such as a region that adopted a policy, by combining several untreated units into a weighted blend that matches the treated unit's history before the intervention. The weights are chosen so that this artificial control tracks the treated unit closely in the pre-intervention period, and any divergence afterward is taken as the effect of the intervention. This offers a principled comparison when only one or a few units are treated. Assembling a tailored comparison from untreated units is its method. Hernan and Robins (2020) discuss such designs.
Source: Hernan & Robins 2020
How does a synthetic control work?
A synthetic control works by choosing weights for a set of untreated units, or donor pool, so that the weighted combination closely matches the treated unit's outcomes and predictors in the period before the intervention; this synthetic unit then serves as the counterfactual, and the treatment effect is estimated as the difference between the treated unit and the synthetic control after the intervention. So a synthetic control works by constructing a weighted comparison that tracks the treated unit before treatment and then comparing their paths afterward, with any divergence attributed to the intervention, providing an estimate of its effect for a single treated unit.
Source: Abadie & Gardeazabal 2003
When is a synthetic control used?
A synthetic control is used when a single unit, such as a region, country, or institution, receives an intervention and a suitable single comparison is lacking, so a weighted combination of untreated units is built to approximate the counterfactual. So a synthetic control is used for evaluating interventions affecting one aggregate unit, where randomisation is impossible and no single control is adequate, which is common in policy evaluation, since combining several untreated units into a synthetic match can better resemble the treated unit before the intervention than any single comparator, allowing the effect on that unit to be estimated.
Source: Abadie & Gardeazabal 2003
What are the advantages of a synthetic control?
The advantages of a synthetic control include providing a transparent, data-driven comparison for a single treated unit, with the weights and the pre-intervention fit made explicit; reducing reliance on a single, possibly unrepresentative, comparator; and allowing the counterfactual to be constructed systematically rather than by subjective choice. So a synthetic control is advantageous for evaluating interventions on single units, offering a principled and transparent way to build a comparison that matches the treated unit before treatment, which strengthens causal inference in case studies where a randomised or single well-matched control is unavailable, making the basis of the comparison clear.
Source: Abadie & Gardeazabal 2003
What are the limitations of a synthetic control?
The limitations of a synthetic control include reliance on a good pre-intervention match, since a poor fit undermines the counterfactual; the need for an adequate donor pool of comparable untreated units; sensitivity to the choice of predictors and period; and difficulty quantifying uncertainty with a single treated unit. So a synthetic control is used with attention to the quality of the pre-intervention match and the donor pool, since its validity rests on the synthetic unit genuinely resembling the treated one before the intervention, and its conclusions are interpreted cautiously given the challenges of assessing uncertainty for a single unit and the assumptions the method requires.
Source: Abadie & Gardeazabal 2003
Trust Record
Verified by Dr Darrin Baines
British health economist
Professional identity: darrinbaines.org
Verification date: 25 Dec 2025
Content version: 1.0.0
Canonical Identity
- Persistent URI
- https://healtheconomics.wiki/concept/synthetic-control
- Term code
- HE-ES-SA-211
Stable URI · Machine-readable · Resolvable · CC BY 4.0