Local Average Treatment Effect

causal-inferenceinstrumental-variablestreatment-effectscomplierslate

Definition

The Local Average Treatment Effect (LATE), introduced by Imbens and Angrist (1994), is the average causal effect of a binary treatment restricted to the subpopulation of compliers — units whose treatment status is shifted by the instrument. Unlike the Average Treatment Effect (ATE, population average) or ATT (average over the treated), LATE is instrument-specific: different instruments in the same data identify LATE for different complier subpopulations.

Key Ideas

How It Works

With binary instrument Z{0,1}Z \in \{0,1\} and binary treatment WW:

LATE=E[YZ=1]E[YZ=0]E[WZ=1]E[WZ=0]=E[Y(1)Y(0)W(1)>W(0)]\text{LATE} = \frac{E[Y|Z=1] - E[Y|Z=0]}{E[W|Z=1] - E[W|Z=0]} = E[Y(1) - Y(0) \mid W(1) > W(0)]

where W(z)W(z) is the potential treatment when the instrument is set to zz. The denominator is the fraction of compliers in the population. The numerator is the Intent-to-Treat (ITT) effect.

Why It Matters

LATE provided a coherent interpretation of IV estimates under heterogeneous treatment effects — before Imbens-Angrist (1994), IV was understood primarily for constant-coefficient models. It clarifies that IV answers the question "what is the effect for those whom the instrument moves?" and thus what external validity requires: the complier subgroup must be representative of the population of interest. The framework is the canonical language for FRD analysis and is referenced in virtually all modern quasi-experimental applied microeconometrics.

Open Questions

Related