0

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)
TvCasteren
  • 449
  • 3
  • 18

1 Answers1

0

I fixed it with:

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

TvCasteren
  • 449
  • 3
  • 18