To recreate our manuscript:
- You must have R and Rstudio installed on the machine to reproduce the manuscript. When you open a markdown file, RStudio will suggest packages to install that are in our documdent that you do not have installed. However, you should make sure you have:
- CRAN packages: rmarkdown, forestplot, boot, nlme, MOTE, ggplot2, cowplot
- Github *papaja* package can be installed with:
```
# Install devtools package if necessary
if(!"devtools" %in% rownames(installed.packages())) install.packages("devtools")
# Install the stable development verions from GitHub
devtools::install_github("crsh/papaja")
```
- This whole paper would not be possible without papaja, check it out at: https://github.com/crsh/papaja
- Download the entire Lang of War -> manuscript folder. You need to keep the entire folder together for reproducibility.
- Open the Language of War Markdown_KJ2.Rmd
- If you do not have LaTeX installed (see papaja link above), you can reproduce our work with a version of Word on your computer by changing:
`output : papaja::apa6_pdf` TO
`output : papaja::apa6_word`