py-econometrics / pyfixest

Fast High-Dimensional Fixed Effects Regression in Python following fixest-syntax
https://py-econometrics.github.io/pyfixest/pyfixest.html
MIT License
118 stars 27 forks source link

Feiv: 2-Step IV Estimation procedure instead of 1-Step Estimator #458

Open s3alfisc opened 1 month ago

s3alfisc commented 1 month ago

Context

Currently, the Feiv class implements a "one-step" 2SLS estimator for instrumental variable estimation. For multiple first stage IV diagnostics of interest, this needs to be changed to a 2-Step estimator.

To do:

Jayhyung commented 2 weeks ago

I will take this issue. Thanks.