https://github.com/dgrtwo/broom_paper
Manuscript of "broom: An R Package for Converting Statistical Analysis Objects Into Tidy Data Frames"
https://github.com/dgrtwo/broom_paper
Last synced: about 1 year ago
JSON representation
Manuscript of "broom: An R Package for Converting Statistical Analysis Objects Into Tidy Data Frames"
- Host: GitHub
- URL: https://github.com/dgrtwo/broom_paper
- Owner: dgrtwo
- Created: 2014-12-10T19:13:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-10T19:31:39.000Z (over 11 years ago)
- Last Synced: 2025-02-10T13:12:16.512Z (over 1 year ago)
- Language: TeX
- Size: 1.51 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://journal.r-project.org/share/author-guide.pdf). 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](sessionInfo.txt) contains the session used to compile the submitted manuscript.