Loading notebook runner...
Module 5
Compare OLS with an alternative consistent estimator in simulation.
Related dataset
SIMULATION
Estimated time
35 to 55 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()