StatsReporting / stargazer

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

Add functions to hide each of the five footer summary statistics #58

Closed MaxGhenis closed 4 years ago

MaxGhenis commented 4 years ago

This adds the following five functions:

Each is of the form hide_*(self, hide=True), making it easy to hide the element via hide_*(), and also an option to undo via hide_*(False).

Example in action: image

This also includes #53 for a thousands separator (I'm using both in my branch).

toobaz commented 4 years ago

I'm not in favor of adding functions just to change attributes... even more so given the planned API change ( #44 )