Writing papers with R and friends
1
Deconstructing a scientific paper
2
Title page and abstract
2.1
An introduction to YAML
2.1.1
A minimal YAML header
2.1.2
A realistic YAML header
3
Introduction
4
Tables
4.1
Tables of descriptives
4.1.1
Manual approach
4.1.2
Package approach
4.2
Tables from statistical models
4.2.1
Package approach
4.2.2
Rolling your own
5
Figures
5.1
ggplot2
5.1.1
Default theme
5.1.2
Tweaking theme
5.1.3
Saving time
5.1.4
Showing off
6
Shit gets real
6.1
Imputation
6.2
Tailoring templates
6.3
Conversion from pdf to docx
6.3.1
As closed as source gets!
6.4
git
6.5
pandoc
6.6
latex
6.6.1
Tweaking biblatex footnote citations
6.7
This document
6.8
Is is really worth it?
7
Referencing
References
Writing papers with R and friends
Chapter 3
Introduction
Here is a review of existing methods.