I JUST found out about this amazing R package, modelsummary
.
It doesn't seem like it offers an ability to transpose regression outputs.
I know that you cannot do a tranposition within kable-extra
, which is my go-to for ordinary table outputs in R. Since modelsummary
relies on kable-extra
for post-processing, I'm wondering if this is possible. Has anyone else figured it out?
Ideally I'd like to preserve the stars of my regression output. This is available in STATA (below):
Thanks in advance!