0

I used stargazer for some regression tables in my r markdown document. I would like some of the tables to appear on a particular page.

The code for my regressions/stargazer tables is located near text that I want them to appear next to. However, the tables display toward the bottom of the document.

nms001
  • 1
  • 3

1 Answers1

0

As answered here already, first, you would have to include table.placement = "H" argument into stargazer() function. You may need to put header-includes - \usepackage{float} in the YAML section, too.

Carlos Luis Rivera
  • 3,108
  • 18
  • 45