Closed MaxGhenis closed 4 years ago
Not sure what's causing this, and it's difficult to reproduce without the data. Did c492e65e3eb98746a38277a9878eb6e491e4d731 change anything? Does this happen also with render_latex
?
Never mind, I was able to reproduce. Apparently, a RegressionResults.fvalue
is a scalar by default but becomes a 2D numpy.array
with (some?) robust standard errors.
In some of my regression tables, the F statistic is printed as
[[value]]
, e.g.:In other very similar tables, it's shown without them, e.g.:
The only difference between these sets of models is the set of regressors. I've removed stars and F-statistic degrees of freedom from both; see the notebook for the full code. I couldn't figure out a more minimal example to reproduce the issue.