jamesfeigenbaum / textablr

R Package to Output Regression Tables
9 stars 0 forks source link

textablr

LaTeX Regression and Summary Table Output from R

Installation

To install the latest version from github:

install.packages("devtools")
devtools::install_github("jamesfeigenbaum/textablr")

You will probably also need to install gt which is not on CRAN yet. All other dependencies are.

remotes::install_github("rstudio/gt")

Regression Package Support

Summary Tables

To Do

Resources

Jörg Weber's Three Part Explanation of estout and LaTeX tables

  1. Automated Table generation in Stata and integration into LaTeX
  2. LaTeX and Stata integration (2): Solving some problems
  3. LaTeX and Stata integration (3): Improving the Design