-
This package draws inspiration from
estoutfor Stata andstargazerfor R. -
Tables produced are
texfragments meant to work with thethreeparttablemethod described here http://www.jwe.cc/2012/03/stata-latex-tables-estout/ -
Workhorse output functions:
textablr_estout()to produce regression tablestextablr_means()to produce means and difference tables for summary stats
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")lmglmlfe(felmfunction)- Probably everything else that
broomcan handle.
- Two basic types of column:
- Means and SDs of various variables either overall or within a subgroup.
- Differences and SEs between means of variables between two specificed subgroups.
rdrobust
Jörg Weber's Three Part Explanation of estout and LaTeX tables