What’s actually going wrong
The formula
• δ₁ — how the omitted variable relates to your included regressor
What it assumes: that you can reason about the signs of β₂ and δ₁ from theory. Which you usually can — that’s what theory is for.
The sign table — put this on your wall
| δ₁ > 0 (omitted variable ↑ with x) | δ₁ < 0 (omitted variable ↓ with x) | |
|---|---|---|
| β₂ > 0 (omitted variable ↑ y) | Upward bias estimate too big | Downward bias estimate too small |
| β₂ < 0 (omitted variable ↓ y) | Downward bias estimate too small | Upward bias estimate too big |
Back to the schooling question
Almost certainly yes. More able workers are more productive; more productive workers earn more. β₂ > 0.
Almost certainly yes. School is easier and more rewarding if you’re good at it; able students get encouraged, admitted, and funded. δ₁ > 0.
Four more examples, worked fast
Example 1 — Class size and test scores
• Is family income related to class size? Richer areas fund smaller classes, so income ↓ class size. δ₁ < 0.
• Bias = (+) × (−) = negative. Your estimate is too negative — you’re overstating the benefit of small classes. Part of it is just wealthy families.
Example 2 — Police and crime
• Do high-crime places hire more police? Obviously. δ₁ > 0.
• Bias = (+) × (+) = upward. Your positive coefficient is bias, possibly entirely. This is simultaneity — police respond to crime — and it’s why this literature lives on natural experiments like terror alerts and election cycles.
Example 3 — Minimum wage and employment
• Do states raise minimum wages when their economies are strong? Generally yes — it’s politically easier. δ₁ > 0.
• Bias = (+) × (+) = upward. Your estimate is biased towards finding no harm. Which means a null result is weaker evidence than it looks — and it’s precisely why Card and Krueger needed a neighbouring-state design rather than a cross-state regression.
Example 4 — Advertising and sales
• Do firms with better products advertise more? Usually — they have more to shout about and more margin to spend. δ₁ > 0.
• Bias = (+) × (+) = upward. Your ROI on advertising is overstated. Every marketing department in the world has this problem and most of them don’t know it.
“So I’ll just control for everything”
Bad control 1: the mediator
Bad control 2: the collider
2. Is it caused by x? If yes, it’s a mediator — you’ll get the direct effect, not the total.
3. Is it caused by both x and y? If yes, it’s a collider — adding it makes things worse.
Regress log(wage) on schooling. Get ~10%. Everyone knows it’s biased upward by ability. Nobody can prove by how much.
Throw in IQ scores, parental education, test scores. The coefficient falls — to roughly 7–8%. Progress! But the obvious objection: IQ tests are a noisy, contested proxy for the thing you actually mean, and measurement error in a control means it doesn’t fully control. The bias shrinks; it doesn’t vanish.
Ashenfelter and Krueger had an idea. Identical twins share genes and upbringing. Compare twins with different amounts of schooling and you’ve differenced out ability.
Find something that changed people’s schooling for reasons unrelated to their ability.
The resolution is subtle and it’s the best part of the story. Instruments like distance-to-college or compulsory schooling don’t affect everyone. They affect the people on the margin — those who’d have dropped out but for the law, or wouldn’t have enrolled but for the nearby campus. Those people tend to come from disadvantaged backgrounds and tend to have high returns to the education they were nearly denied.
What to write in your assignment
Common errors
Controlling for observables handles observable confounders. The dangerous ones are unobservable — that’s why they’re a problem. Controls narrow the gap; they don’t close it.
robust fixes heteroskedasticity. It does nothing whatsoever to endogeneity. Your coefficient is still wrong; you’ve just computed a more accurate uncertainty interval around a wrong number.
If you controlled for occupation, you have the direct effect of education. Don’t call it the return to education.
A confounder confounds whether or not its t-stat clears 1.96. Inclusion is a theory decision, not a p-value decision.
Colliders. Bad controls. “Kitchen sink” regressions can be further from the truth than a simple one. More is not better; right is better.
Bias has a direction, not a size, until you know β₂ and δ₁ in magnitude. An upward-biased estimate could be twice the truth or 1% above it. Sign is what you get for free. Magnitude costs data.
Practice questions
Worked answers
• Bad controls. GDP per capita is plausibly a mediator — healthcare spending improves health, healthier populations are more productive, productivity raises GDP. Controlling for GDP removes part of the effect being measured.
• (Also acceptable: unobservable confounders like diet, climate, or institutional quality; measurement heterogeneity in how countries record deaths; and the ecological fallacy of drawing individual-level conclusions from country-level data.)
The short version
• β₂: does the omitted variable affect y?
• δ₁: does the omitted variable correlate with your x?
• Upward bias is the default case — good things cluster with good things
• You need no data to do this. You need economics.
• More controls ≠ less bias. Mediators remove real effects; colliders create fake ones
• Robust standard errors do nothing for this
• Bias has a direction for free. Magnitude costs a research design.
