Texreg: Two models in one Latex table

382 Views Asked by At

I have two BIFE models that do not work with stargazer, unfortunately. The Texreg package allows me to convert it Latex output, but I do not know how to put two models side by side.

The stargazer equivalent would be:

stargazer(model1, model2)
1

There are 1 best solutions below

0
TvCasteren On BEST ANSWER

I fixed it with:

texreg(screenreg(list(model1, model2), custom.note = ""))