Search code examples
rtexreg

Texreg: Two models in one Latex table


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)

Solution

  • I fixed it with:

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