stargazer: Well-Formatted Regression and Summary Statistics Tables

(R package)

'stargazer' is a package for R that produces LaTeX code and ASCII text for well-formatted regression tables (that allow for several models side-by-side), as well as for summary statistics tables. It can also output data frame content directly into LaTeX. You can install this software by typing the following command into the R prompt: > install.packages("stargazer") . You will then be able to load the package in your R programs using library(stargazer) . 'stargazer' is available from CRAN [here], along with its documentation [pdf].