estout
for Stata and stargazer
for R.Tables produced are tex
fragments meant to work with the threeparttable
method described here http://www.jwe.cc/2012/03/stata-latex-tables-estout/
Workhorse output functions:
textablr_estout()
to produce regression tables textablr_means()
to produce means and difference tables for summary statsTo 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")
lm
glm
lfe
(felm
function)broom
can handle.rdrobust
Jörg Weber's Three Part Explanation of estout
and LaTeX
tables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.