Loading notebook runner...
Module 5
Plan a complete large-sample inference workflow with simulations, diagnostics, and limitations.
Related dataset
WAGE1
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()