1 · Why OLS fails
Endogeneity from omitted variables and simultaneity makes OLS biased and inconsistent.
When OLS is biased by endogeneity, and how an instrument plus 2SLS rescues it.
Course overview
This free course uses real Python and statsmodels in your browser. Work through the modules below with explanations, executable examples, interactive controls, and questions.
Endogeneity from omitted variables and simultaneity makes OLS biased and inconsistent.
A valid instrument is relevant (moves x) and excluded (affects y only through x).
Project x on the instruments, then regress y on the fitted x to recover a consistent β₁.
First-stage F flags weak instruments; over-identification tests probe exclusion.