The coefficient \(\beta\) is approximately the proportional wage return to one more year of schooling. The problem is that schooling is chosen: unobserved ability, family resources, or motivation can affect both schooling and wages. In that case, OLS does not generally recover the causal return.
Following the logic of Card (1993), let \(Z_i\) indicate whether a person grew up near a four-year college. Proximity can serve as an instrument if it:
changes schooling (relevance),
is independent of unobserved wage determinants after conditioning on controls (independence), and
affects wages only through schooling (exclusion).
This is a stylized simulation of that design, not a replication of Card’s data or estimates. The data-generating process sets the causal return to schooling to 8% per year, while unobserved ability raises both schooling and wages. College proximity is randomly assigned in the simulation, shifts schooling, and has no direct wage effect.
cat("\nFirst-stage F statistic:", round(first_stage_f, 1), "\n")
First-stage F statistic: 142.3
The Wald ratio is the reduced-form effect divided by the first-stage effect. With one instrument and one endogenous regressor, it equals the 2SLS coefficient (up to numerical precision).
For comparison only, if ability were observed and added to the wage equation, OLS would also recover the causal return. In the actual IV problem it is deliberately unavailable.
A single sample can flatter or punish any estimator. We therefore repeat the experiment 500 times with 1,000 observations. We compare the intended first stage (0.8 additional years near a college) with a weak first stage (0.15 years).
OLS is precise but biased upward. Ability is omitted, raises schooling, and independently raises wages. OLS attributes some of ability’s wage effect to schooling.
A relevant, valid instrument recenters the estimate. 2SLS uses only proximity-induced schooling variation and is centered near the true 8% return.
Identification costs precision. Even with a useful instrument, 2SLS is noisier than OLS because it discards endogenous schooling variation.
Weak instruments are dangerous. When proximity barely changes schooling, the first-stage denominator is noisy. The IV distribution becomes wide and heavy-tailed; the familiar \(F<10\) rule is only a diagnostic, not a theorem that validates the design.
Instrument validity is substantive, not statistical. A strong first stage cannot prove independence or exclusion. In Card’s application, the argument depends on institutional context and the credibility of the conditional comparisons—not merely on an \(F\) statistic.
Reference
Card, David. 1993. “Using Geographic Variation in College Proximity to Estimate the Return to Schooling.” NBER Working Paper 4483. https://doi.org/10.3386/w4483