Understanding cause and effect is crucial in many fields, but often challenging due to unobserved factors. This is where Instrumental Variables for Causal Inference (IV) comes in, offering a powerful tool to identify true causal relationships, even when direct randomization isn't possible. This article will break down the fundamental concepts, practical applications, and key considerations of the IV method, making it accessible for students.
What are Instrumental Variables and Why Do We Need Them?
Imagine you want to know if an extra year of schooling increases earnings. You can't randomly assign people to different schooling levels. If you simply compare people with more schooling to those with less, you'll find a difference, but it's biased. People who choose more schooling often have higher ability, better family backgrounds, or more motivation – factors that also directly affect earnings.
This is the selection problem: when a "treatment" (like schooling) is chosen, comparing the treated vs. non-treated mixes the treatment's effect with everything else that drove the choice. Our source materials simulate a world where the true effect of college on earnings is 5%, but naive OLS (Ordinary Least Squares) recovers an effect 4 to 5 times larger because "ability" (an unobserved confounder, U) raises both the chance of going to college and earnings.
To fix this, we need a third variable, called an instrumental variable (Z). This Z helps us isolate the pure causal effect of X (the treatment) on Y (the outcome) by acting as an "exogenous shock" to X.
The Core Idea: Relevance and Exclusion
The instrumental variable (Z) works by affecting the treatment (X) but having no direct effect on the outcome (Y) other than through X. This relies on two critical assumptions:
- Relevance: Z must actually influence X. The instrument must "have bite" and meaningfully move the treatment variable. This is a testable assumption; you can check the correlation between Z and X.
- Exclusion Restriction: Z affects Y only through X. It has no other direct path to Y and is unrelated to any unobserved confounders (U) that affect both X and Y. This is the hardest part to defend and is not testable from data alone; it requires a strong, logical argument based on how the world works.
A good instrument recipe involves variation in X that is:
- As good as random: like a lottery, a weather shock, or a policy cutoff.
- Strong enough: to move X meaningfully.
- Story-defensible: you can explain in one sentence why it couldn't affect Y through any other channel.
For example, the classic "quarter of birth" IV story for schooling and earnings is good: "Quarter of birth determines when a child starts school relative to when they turn 16. Because of compulsory-schooling laws, this changes how many years of school they can complete. Quarter of birth has no plausible direct effect on adult earnings — earning capacity in middle age does not depend on whether you were born in March or November."
A "bad IV story" might be using "whether the country is democratic" as an instrument for "trade openness." Democracy plausibly affects many things (institutions, property rights) besides trade that also affect the outcome, violating exclusion. Also, the relationship between democracy and trade is often weak, making relevance fragile.
The Wald Estimator: IV in its Simplest Form
When you have binary Z (on/off) and binary X (treated/untreated), the Wald estimator is the simplest way to calculate the IV effect:
β̂_IV = (Mean Y when Z=1 - Mean Y when Z=0) / (Mean X when Z=1 - Mean X when Z=0)
- The numerator is the reduced form: how much Y differs between the two Z groups.
- The denominator is the first stage: how much X differs between the two Z groups.
The intuition is that Z shifts X by some amount, and that shift in X causes a change in Y. The ratio gives you the causal effect, representing "change in Y per unit change in X."
Our college simulation showed that while naive OLS was 0.462, the Wald estimator with a random encouragement Z (like a scholarship lottery) recovered 0.053, very close to the true effect of 0.05.
Two-Stage Least Squares (2SLS) for Complex Scenarios
For situations with continuous variables or when you need to include control variables, Two-Stage Least Squares (2SLS) is the workhorse method. It proceeds in two stages:
Stage 1: Regress X on Z (and any controls). This step predicts X using only the variation driven by the instrument Z. Stage 2: Regress Y on the fitted values from Stage 1 (X̂), along with the same controls. The coefficient on X̂ is your IV estimate.
The magic happens because X̂ represents the "exogenous chunk" of X, the part predicted by Z. By construction, X̂ is uncorrelated with the unobserved confounder U, thus removing the bias. It's crucial to use a proper IV command (like feols in R) to get the standard errors right, as running two separate OLS regressions will result in incorrect standard errors.
Understanding LATE: The Local Average Treatment Effect
When treatment effects aren't uniform across everyone (heterogeneity), IV doesn't give you the Average Treatment Effect (ATE) for the entire population. Instead, it identifies the Local Average Treatment Effect (LATE). LATE is the average effect for a specific subgroup called compliers.
For binary Z and X, people can be classified into four types based on their response to Z:
- Compliers: Would take X if Z=1, but not if Z=0. These are the people whose treatment status is changed by the instrument.
- Always-takers: Would take X regardless of Z (X=1 for both Z=0 and Z=1).
- Never-takers: Would not take X regardless of Z (X=0 for both Z=0 and Z=1).
- Defiers: Would take X if Z=0, but not if Z=1. This type is generally assumed not to exist, an assumption known as monotonicity.
LATE identifies the effect only for the compliers. Always-takers and never-takers don't contribute to the estimated effect because their treatment status doesn't change with Z. Therefore, it's vital in any IV paper to describe your compliers: Who are they? Is their treatment effect the most policy-relevant for your audience?
ITT vs. LATE: Answering Different Policy Questions
In many policy settings, people become eligible for a program (Z), but only some take it up (X). This gives rise to three important quantities:
- First Stage: Effect of eligibility (Z) on take-up (X). ("Of those made eligible, how many enrolled?")
- Reduced Form (ITT): Effect of eligibility (Z) on the outcome (Y). This is the Intention-To-Treat effect, the average effect of being offered the policy, regardless of actual take-up.
- IV (LATE): Effect of take-up (X) on the outcome (Y) for compliers. This is the per-person clinical effect for those who took up the program because they became eligible.
These are linked by Bloom's formula: LATE = ITT / compliance rate. Both ITT and LATE are useful for different policy questions:
- ITT: Answers "Should we expand eligibility?" (whole-population effect).
- LATE: Answers "Does the program work for those who use it?" (per-person effect).
It's best practice to report both ITT and LATE as they provide complementary insights.
Practical Guidance for Instrumental Variables Analysis
Before publishing an IV estimate, run through this pre-flight checklist. If any point is shaky, your IV estimate is shaky:
- Relevance: Is your first-stage F-statistic above 10? (A lower F-statistic indicates a weak instrument, which can lead to biased results and incorrect standard errors. Below 5, don't publish!)
- Exclusion: Can you tell a one-sentence story for why Z only affects Y through X?
- Monotonicity: Does the instrument push everyone in the same direction? (No defiers).
- Compliers: Who are they? Are they the population you care about?
- Standard Errors: Did you use a real IV command, not two separate regressions? (Incorrect standard errors will invalidate your inference).
The Weak Instruments Problem
If the first stage is weak (small F-statistic, weak correlation between Z and X), several problems arise:
- 2SLS becomes biased towards the OLS estimate (the biased thing you wanted to fix).
- Standard errors are too small, leading to false confidence.
- Confidence intervals don't have the right coverage.
- Adding controls can sometimes worsen the F-statistic.
Always report the first-stage F-statistic. If it's below 10, treat results with extreme suspicion.
Real-World Examples of Instrumental Variables
Here are four prominent examples illustrating the power and application of instrumental variables for causal inference:
-
Example 1: Vietnam Draft Lottery (Angrist 1990)
-
Question: Does military service reduce later earnings?
-
Z: Lottery number (random assignment).
-
X: Served in military.
-
Y: Earnings ten years later.
-
Compliers: Men who served because of the draft, not voluntarily.
-
Finding: ~15% earnings loss for men induced to serve by the draft.
-
Example 2: Quarter of Birth (Angrist & Krueger 1991)
-
Question: Does an extra year of schooling raise earnings?
-
Z: Quarter of birth (influences school start age).
-
X: Years of schooling completed.
-
Y: Log earnings as adults.
-
Compliers: Students who dropped out at the legal minimum but stayed due to school-start rules (low-schooling students at the margin).
-
Finding: Each additional year of schooling raises earnings by ~10% for compliers.
-
Example 3: PROGRESA / Bolsa Família (Conditional Cash Transfers)
-
Question: Do conditional cash transfers improve school attendance?
-
Z: Living in a randomly assigned early-rollout municipality.
-
X: Household enrolled in the CCT program.
-
Y: Child school attendance, child labor, household consumption.
-
Compliers: Marginal-eligible households (most economically vulnerable) who enrolled because their municipality was selected.
-
Finding: Meaningful improvement in school attendance for households that enrolled due to eligibility.
-
Example 4: Oregon Health Insurance Experiment
-
Question: Does Medicaid coverage improve health and financial security?
-
Z: Won the Medicaid expansion lottery (true randomized natural experiment).
-
X: Enrolled in Medicaid.
-
Y: ER visits, depression score, financial strain.
-
Compliers: Low-income adults who applied for Medicaid because they won the lottery (likely the policy's target population).
-
Finding: Modest reductions in financial strain and depression for lottery winners (ITT), roughly 4x larger per enrollee (LATE).
Conclusion: The Power of Instrumental Variables
Instrumental Variables (IV) is arguably the cleanest tool available for causal inference when true randomization isn't feasible. The exclusion restriction is everything – you must defend it rigorously before proceeding with any regressions. Remember that IV recovers the LATE, not the ATE, so clearly describe your compliers. Always report both ITT and LATE, as they answer different, yet equally valuable, policy questions. And finally, always, always check that first-stage F-statistic. By adhering to these principles, you can confidently use instrumental variables to uncover robust causal effects in complex data settings. For a deeper dive into causal inference methods, explore related econometric topics.
Frequently Asked Questions (FAQ) about Instrumental Variables
What is the fundamental problem that Instrumental Variables (IV) solves?
The fundamental problem IV solves is selection bias. When a "treatment" is chosen (e.g., opting for more schooling), comparing treated vs. untreated groups is biased because unobserved factors (like ability or motivation) influence both the choice of treatment and the outcome (e.g., earnings). IV helps to isolate the pure causal effect of the treatment by using an external, random-like push.
How can I check if my chosen instrumental variable is valid?
Checking an IV's validity involves two main steps: first, verify relevance by ensuring your first-stage F-statistic is above 10 (showing a strong correlation between Z and X). Second, and more critically, you must provide a compelling, one-sentence logical argument for the exclusion restriction – that Z affects Y only through X, and has no direct effect on Y or through other pathways. This second part cannot be proven statistically and relies on strong theoretical justification.
What is the difference between ITT and LATE in the context of Instrumental Variables?
ITT (Intention-To-Treat) measures the average effect of being offered or being eligible for a treatment on the entire population, regardless of whether individuals actually take up the treatment. LATE (Local Average Treatment Effect), on the other hand, measures the causal effect of the treatment only for the compliers – those individuals whose treatment status was directly influenced by the instrumental variable. ITT answers "What's the average impact of the policy?" while LATE answers "What's the effect for those whose behavior changed due to the policy?"
What happens if I use a "weak instrument"?
A "weak instrument" occurs when the first-stage correlation between Z and X is very small (F-statistic below 10). If you use a weak instrument, your 2SLS estimate will be biased towards the problematic OLS estimate, standard errors will be too small (making results appear more precise than they are), and confidence intervals will not have accurate coverage. In severe cases (F-statistic below 5), results are generally considered unreliable and should not be published.