-
Notifications
You must be signed in to change notification settings - Fork 2
PyFixest Integration (& more) #91
Description
Hi @jordandeklerk,
I accidentally stumbled over this package yesterday and it looks phenomenal! Writing a "common API" DiD package has actually long been on my backlog but I never got around to it.
In PyFixest, we support a range of DiD models that are not yet implemented for moderndid - the local projections, did2s, and Sun-Abraham approaches (everything is licensed under MIT). Would you be interesting in us opening PRs to your package?
We also have some other DiD tooling that might be a better fit for your package than PyFixest. You can find a quick overview of everything that we have in this vignette: https://py-econometrics.github.io/pyfixest/difference-in-differences.html the code lives in the did module in PyFixest.
Additionally, we have just spun out the regression tabling functionality out of PyFixest. The package is called maketables and has a very easy way to support additional models via a plug in approach. Let me know if you'd be interested and I'll open a PR =) (see here for details: https://py-econometrics.github.io/maketables/docs/SupportedModelClasses.html)
Last, @jsr-p has an implementation of the imputation estimator that looks great and I wanted to point you to this initiative Jonas =)
All the best, Alex