StatsReporting / stargazer

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

Hide stars #28

Closed MaxGhenis closed 4 years ago

MaxGhenis commented 4 years ago

Many journal articles no longer show stars for significance levels.

Here's a workaround:

stargazer.significance_levels([1e-999, 1e-999, 1e-999])
stargazer.append_notes(False)