Closed nathanihoff closed 2 years ago
Okay, I see the issue here. The coefficients for the continents are undefined so somewhere along the way I'm removing the undefined rows which is surprising some subsequent operation. I'll see how feasible it is to fix without pulling my hair out. I generally have tolerated errors when models have undefined coefficients.
I am trying to use
export_summs
with a model that has many fixed effects and am getting an error about mismatch in row numbers.Here is a reproducible example, using the gapminder dataset, with the error pasted below.
The
huxreg
command works with this model, producing a table with no error. (I need clustered standard errors, so I would prefer to useexport_summs
.)