StatsReporting / stargazer

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

Honor self.show_f_statistic #2

Closed toobaz closed 4 years ago

toobaz commented 5 years ago

stargazer objects have a show_f_statistic which is not honored: when setting it to False, the f statistics are still shown.

This PR adds checks so that its value is honored.

By the way: it would be great to be able to set such values in a more handy way than tweaking attributes... would you accept a PR in which they can be set in the call of render_html or render_latex?

toobaz commented 4 years ago

@mwburke any plan to merge this and the other open PRs?

mwburke commented 4 years ago

Hey, sorry for the late response! yes, I will review/merge them tonight