Honglang / broom_paper

Manuscript of "broom: An R Package for Converting Statistical Analysis Objects Into Tidy Data Frames"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broom: An R Package for Converting Statistical Analysis Objects Into Tidy Data Frames

This is a reproducible version of the broom manuscript, constructed according to the R Journal guidelines. You can reconstruct Robinson.tex using knitr:

Rscript -e "knitr::knit('Robinson.Rnw')"

This requires the following packages:

install.packages(c("knitr", "broom", "dplyr", "ggplot2", "Lahman", "survival"))

After which the PDF and its references can be compiled into RJwrapper.pdf with pdflatex and bibtex.

The file sessionInfo.txt contains the session used to compile the submitted manuscript.

About

Manuscript of "broom: An R Package for Converting Statistical Analysis Objects Into Tidy Data Frames"


Languages

Language:TeX 97.4%Language:R 2.6%