Loading notebook runner...
Module 5
Simulate OLS under exogeneity and watch estimates concentrate as n grows.
Related dataset
SIMULATION
Estimated time
25 to 40 min
Packages
pandas, numpy, scipy
Expected output
Simulation output showing how estimates or test statistics behave as sample size changes.
Learning goals
Common errors
Dataset path helper
import pandas as pd
df = pd.read_csv("/data/module-5/WAGE1.csv")
df.head()