Combining several regression tables into one for use in xtable with Sweave in R

后端 未结 6 1341
广开言路
广开言路 2020-12-29 13:19

xtable in Sweave works awesome, but does one table per regression. You can feed it a data frame, too, so I have been manually rbinding

6条回答
  •  鱼传尺愫
    2020-12-29 14:04

    The package stargazer would be another option for HTML, LaTeX, or ASCII tables, side-by-side. See also my answer to Table of multiple lm() models using apsrtable in Rmarkdown that includes a screenshot.

提交回复
热议问题