StatsReporting / stargazer

Python implementation of the R stargazer multiple regression model creation tool
Other
197 stars 48 forks source link

Support different target variables, show variable name in render_html… #20

Closed toobaz closed 4 years ago

toobaz commented 4 years ago

This PR does 3 things:

toobaz commented 4 years ago

Related issue: https://github.com/mwburke/stargazer/issues/16

MaxGhenis commented 4 years ago

Is anything left to do with this PR? I'd love to use it.

MaxGhenis commented 4 years ago

I just tested out multiple target variables by installing from your branch. Works well!

pip uninstall -y stargazer
pip install git+https://github.com/toobaz/stargazer.git@fix_show_dep_var

image

toobaz commented 4 years ago

Thanks @MaxGhenis for testing