Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 512 Bytes

File metadata and controls

21 lines (12 loc) · 512 Bytes

Python Code for Introductory Econometrics: A Modern Approach

This repo contains Python code for Examples from Introductory Econometrics: A Modern Approach, 6e by Jeffrey M. Wooldridge.

The code here roughly corresponds to the R programs found here.

Python dependencies

Required Python packages:

  • numpy
  • pandas
  • statsmodels
  • matplotlib
  • wooldridge

Author

lystahi