Skip to content

AakaashRao/stargazer-booktabs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%