/stargazer-booktabs

Fork of stargazer, adding booktabs support for pretty LaTeX tables from R.

Primary LanguageRGNU General Public License v2.0GPL-2.0

stargazer-booktabs

This is a slightly modified version of the excellent stargazer package by Marek Hlavac, building upon Mark Wescott's booktabs modifications.

In contrast to the main package, this fork outputs tables which use the booktabs commands \toprule \midrule and \bottomrule for horizontal rules. It also adds support for feglm objects.

To install:

install.packages("devtools")
library(devtools)

install_github("AakaashRao/stargazer-booktabs")

Make sure you include \usepackage{booktabs} in your LaTeX preamble.

See the vignette for example output.