I would like to use modelsummary
to create a regression table in R. The default regression table produced by modelsummary
contains the coefficient estimate and the standard errors on different rows, but I’d like them to be on the same row.
I know that stargazer
has a single.row = T
option. Is there an equivalent for modelsummary
? I am unable to simply use stargazer
because it is not compatible with my regression object (which is a fixest
object).
I have tried changing the estimate
and statistic
options within the modelsummary
function but haven’t had any luck.
rabbit1234 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.