Instrumental Variables: Calculate LATE by Hand
Use the Wald estimator to compute the Local Average Treatment Effect from instrument level means. Enter outcome averages and treatment take-up rates for the groups with Z = 1 and Z = 0. The calculator shows the reduced form, first stage, and implied LATE with a visual chart.
Your results
Enter values and click Calculate LATE to see the reduced form, first stage, and Wald estimate.
Instrument Group Comparison Chart
How to calculate LATE by hand with instrumental variables
If you are learning instrumental variables, one of the most useful skills is being able to compute the Local Average Treatment Effect, or LATE, by hand before you rely on statistical software. The core idea is simple. You compare outcomes across values of the instrument, compare treatment take-up across values of the instrument, and divide one difference by the other. That ratio is the Wald estimator, and under standard assumptions it identifies the causal effect of treatment for compliers, the people whose treatment status is changed by the instrument.
This calculator is built for exactly that workflow. Instead of thinking first about regression syntax, you can focus on the economic or scientific logic. What is the instrument? How strongly does it move treatment? How much does the outcome move with the instrument? Once you understand those components, the result becomes much easier to interpret and to explain in an exam, a problem set, or an applied research note.
The hand calculation formula
For a binary instrument Z and a binary treatment D, the hand calculation for LATE is usually written as:
- Reduced form: E[Y | Z = 1] – E[Y | Z = 0]
- First stage: E[D | Z = 1] – E[D | Z = 0]
- Wald estimator: LATE = (E[Y | Z = 1] – E[Y | Z = 0]) / (E[D | Z = 1] – E[D | Z = 0])
Suppose the average outcome among those with Z = 1 is 78 and among those with Z = 0 is 72. Suppose treatment rates are 0.60 for Z = 1 and 0.30 for Z = 0. Then the reduced form is 6, the first stage is 0.30, and the estimated LATE is 6 / 0.30 = 20. In plain language, if the instrument increases treatment take-up by 30 percentage points and outcomes rise by 6 units, then the estimated causal effect of treatment for compliers is 20 outcome units.
The reason this is powerful is that you do not need treatment to be randomly assigned. You need the instrument to satisfy a smaller and more credible set of conditions. In many settings, that makes instrumental variables one of the most important designs in modern econometrics.
The assumptions behind a valid LATE interpretation
The hand calculation is easy, but the interpretation is only as good as the assumptions. A correct numerical ratio is not automatically a correct causal estimate. In a textbook LATE setting, you usually need the following conditions:
- Relevance: the instrument affects treatment. In the formula, that means the first stage is not zero.
- Independence: the instrument is as good as randomly assigned, or at least independent of potential outcomes and potential treatments after conditioning on controls.
- Exclusion restriction: the instrument affects the outcome only through treatment, not through some other channel.
- Monotonicity: there are no defiers. In other words, the instrument does not make some people less likely to take treatment while making others more likely in the opposite way.
- Stable treatment framework: outcomes for one unit are not distorted by spillovers from another unit in a way that breaks the interpretation.
These assumptions matter because LATE is local. It is not necessarily the effect for always-takers, never-takers, or the full population. It is the effect for the compliers, the subgroup whose treatment status moves when the instrument changes. That local interpretation is not a weakness by itself. In many policy settings it is exactly the parameter of interest, because it tells you the effect of expanding treatment access among people who are on the margin of taking it.
How to think about compliers, always-takers, and never-takers
To calculate LATE by hand, it helps to remember the latent compliance types:
- Compliers: take treatment if Z = 1 and do not take treatment if Z = 0.
- Always-takers: take treatment regardless of Z.
- Never-takers: never take treatment regardless of Z.
- Defiers: do the opposite of what the instrument encourages. Standard LATE analysis assumes these do not exist.
The first stage tells you the share of compliers under monotonicity when treatment is binary. For example, if treatment take-up rises from 0.30 to 0.60 when the instrument switches from 0 to 1, the first stage is 0.30. That means roughly 30 percent of the sample are compliers, assuming the monotonicity framework holds. The reduced form tells you how much the average outcome moves when the instrument changes. Dividing by the compliant share scales that average outcome movement into a treatment effect for those induced into treatment.
Common mistakes when calculating IV LATE by hand
- Using raw treatment and control means instead of instrument group means. The Wald estimator compares groups defined by Z, not by D.
- Ignoring the sign of the first stage. If your first stage is negative, your LATE will flip sign relative to the reduced form.
- Forgetting that a tiny first stage is dangerous. A denominator close to zero makes estimates unstable and often signals a weak instrument problem.
- Interpreting LATE as the average treatment effect for everyone. It is local to compliers unless stronger assumptions are imposed.
- Confusing percentages and proportions. If treatment rates are entered as 60 instead of 0.60, the ratio will be off by a factor of 100.
This calculator uses proportions for treatment rates. If your data are in percent, convert 60 percent to 0.60 before entering the values. If your outcome is itself a percentage point measure, the result is still interpretable, but you should keep track of units carefully.
Worked example
Imagine a scholarship offer letter that encourages students to enroll in college. Let Z = 1 denote receipt of the offer letter and D = 1 denote actual enrollment. Suppose average future annual earnings are 48,000 dollars for those with Z = 1 and 45,000 dollars for those with Z = 0. Suppose college enrollment is 0.52 among those who receive the letter and 0.32 among those who do not. Then:
- Reduced form = 48,000 – 45,000 = 3,000
- First stage = 0.52 – 0.32 = 0.20
- LATE = 3,000 / 0.20 = 15,000
The interpretation is not that college raises earnings by 15,000 dollars for every person. The interpretation is that for students whose enrollment decision is changed by receiving the scholarship offer, the causal effect of college is about 15,000 dollars in annual earnings, given the assumptions above.
Real-world comparison table: classic IV applications
Below is a comparison of several influential instrumental variables studies often discussed in econometrics courses. The exact point estimates can differ by sample and specification, but the values below reflect commonly cited approximate findings from the published literature and teaching summaries.
| Study and setting | Instrument | Approximate first-stage statistic | Approximate IV estimate | Interpretation |
|---|---|---|---|---|
| Angrist and Krueger (1991), schooling returns | Quarter of birth and compulsory schooling laws | Schooling shifts are modest, often around 0.1 years in many summaries | Return to schooling roughly 0.09 log earnings per additional year | IV estimates often exceed OLS estimates, consistent with heterogeneity and measurement concerns |
| Card (1995), college proximity | Living near a 4-year college | About 0.32 additional years of schooling in widely cited summaries | Return to schooling roughly 0.13 log earnings per year | Proximity shifts education for marginal students, producing a local return estimate |
| Angrist (1990), Vietnam era draft lottery | Draft eligibility | Veteran status increase about 0.15 to 0.16 in common summaries | Earnings effect for service induced by the draft often estimated as negative in the short run | The instrument identifies the effect for men whose service status was changed by draft eligibility |
These examples show why hand calculation matters. If you know the reduced form and the first stage, you can often sanity-check the order of magnitude of the IV estimate immediately. That is incredibly useful when reading papers, reproducing tables, or debugging a coding mistake.
Real-world comparison table: weak versus strong first stages
| Scenario | Reduced form | First stage | Wald estimate | Practical takeaway |
|---|---|---|---|---|
| Strong first stage | 4.0 outcome units | 0.40 treatment share | 10.0 | Stable and usually easier to defend if assumptions are credible |
| Moderate first stage | 4.0 outcome units | 0.20 treatment share | 20.0 | Interpretation remains valid, but the estimate is more sensitive to noise |
| Weak first stage | 4.0 outcome units | 0.04 treatment share | 100.0 | Large estimate may reflect instability rather than a believable causal effect |
Notice what happens as the denominator gets smaller. The same reduced form can imply a much larger Wald estimate when the instrument barely moves treatment. That is why applied researchers care deeply about instrument strength. In formal estimation, they look at first-stage F statistics and robust weak-IV diagnostics. In a hand calculation setting, the main warning sign is simple: if the first stage is close to zero, proceed very carefully.
How this relates to two-stage least squares
For a single binary instrument and no controls, the Wald estimator and two-stage least squares are closely connected. Two-stage least squares first predicts treatment using the instrument, then regresses the outcome on the predicted treatment. In the special binary instrument case, that procedure reduces to the same ratio you compute by hand from group means. This is one reason instructors often start with the Wald estimator. It builds intuition for the more general regression framework.
Once controls are added, or when you have multiple instruments, the clean hand formula is replaced by regression algebra. But the logic remains the same. You are still using variation in treatment that is induced by the instrument, not variation driven by endogenous selection.
How to explain your result in plain language
A strong answer on an exam or in an empirical write-up usually contains four pieces:
- State the reduced form and first stage numerically.
- Show the Wald ratio and the arithmetic.
- Define the population of interpretation as compliers.
- Briefly mention the assumptions needed for a causal reading.
For example: “The instrument increases treatment take-up by 0.25 and increases the outcome by 5 units. Therefore the Wald estimate is 5 / 0.25 = 20. Under relevance, independence, exclusion, and monotonicity, this identifies the local average treatment effect of treatment on the outcome for compliers.” That single paragraph is compact, correct, and clear.
Authoritative sources for deeper study
If you want more formal derivations, lecture notes, and applications, these sources are good places to continue:
- MIT OpenCourseWare econometrics materials
- National Library of Medicine guide discussing instrumental variable methods
- U.S. Census Bureau working papers with applied causal inference examples
These references are especially helpful when you want to move beyond the hand calculation and think more carefully about identification strategy, threats to the exclusion restriction, and the difference between LATE and other treatment effect parameters.
Final takeaway
To calculate LATE by hand, remember one sentence: divide the effect of the instrument on the outcome by the effect of the instrument on treatment. That is the Wald estimator. Then pause and ask what population it refers to and whether the instrument is credible. If you do both parts, the arithmetic and the interpretation, you will understand instrumental variables much more deeply than if you only memorize software commands.
This page is designed to make that process concrete. Enter your means, inspect the reduced form and first stage, and use the chart to see how the instrument shifts treatment and outcomes. For teaching, exam revision, and quick empirical checks, that simple routine is often the fastest path to mastering IV intuition.