-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for (in-memory) Regression compression a la duckreg
#619
Conversation
Implementation / Status: For compressed estimation, fixed effects are always handled via the Mundlak transform. Up to two-way fixed effects are supported. There are no checks if the input data is a panel when using two fixed effects. Maybe we should have one? Unit tests are implemented and pass. Currently not supported: if a cluster variable is not part of the model formula. |
@pre-commit.ci autofix |
Something appears off with Mundlak transform iid & hetero SEs. Coefs are matching though. |
pre-commit.ci autofix |
Codecov ReportAttention: Patch coverage is
|
Supersedes #574 .
FeolsCompressed
.use_compression
argument topf.feols()
that supports up to two-way fixed effects via the Mundlak transform, which is run automatically when users opt into fixed effects syntax.FYI @apoorvalal