Loading notebook runner...
Module 5
Show estimates converging to the wrong target when x and u are correlated.
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()