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?
stargazer
objects have ashow_f_statistic
which is not honored: when setting it toFalse
, 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
orrender_latex
?