dmsul / econtools

Econometrics and data manipulation functions.
http://www.danielmsullivan.com/econtools
BSD 3-Clause "New" or "Revised" License
110 stars 24 forks source link

Suggestion: use patsy #3

Closed alexpghayes closed 5 years ago

alexpghayes commented 5 years ago

It makes model specification nicer.

https://patsy.readthedocs.io/en/latest/quickstart.html

dmsul commented 5 years ago

Hi @alexpghayes, thanks for your interest in econtools! While we might do patsy integration at some point in the future, it's not a priority right now because you can use patsy directly to create your interaction variables, etc., and then pass that DataFrame to econtools.metrics.reg.