Skip to content
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 models of type lm, ivreg, fixest and felm passed to rwolf as lists #2

Open
1 of 4 tasks
s3alfisc opened this issue May 8, 2022 · 1 comment
Open
1 of 4 tasks

Comments

@s3alfisc
Copy link
Owner

s3alfisc commented May 8, 2022

  • - lm
  • - ivreg
  • - lfe
  • - fixest

passed to rwolf as a list()

@s3alfisc s3alfisc changed the title add support for models of type add support for models of type lm, ivreg, fixest and felm passed to rwolf as lists Jun 4, 2022
@s3alfisc
Copy link
Owner Author

s3alfisc commented Oct 6, 2022

This should in general be easy as rwolf() accepts inputs of list().

What needs to be added:

  • adjust get_stats_fixest() to work with other input types than fixest
  • check if any other logic in the code depends on objects of type fixest

E.g., currently, rwolf() does not require to specify how to conduct inference - it simply fetches that information from the
fixest objects. Hence to support objects of type lm and ivreg, I would have to re-introduce the clustid function argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant