tidy-finance / website

This repository hosts the source code for the website tidy-finance.org
https://tidy-finance.org
Other
82 stars 47 forks source link

Rewrite python/fixed-effects-and-clustered-standard-errors using `{pyfixest}` #125

Closed christophscheuch closed 1 month ago

christophscheuch commented 1 month ago

We currently use {linearmodels}, but I think {pyfixest} is the better choice for us because it is in sync with the R version based on {fixest}. We can also just use the built-in etable() function instead of my {regtabletotext} package.