Group work
Tasks
Let’s take 5 mins and pair up with another person. Pick out a few of the questions below to ask each other and try to answer them.
Reproducible research
- What is the difference between replication and reproducible?
- Why can replication be difficult to achieve? Why is reproducibility a reasonable minimum standard when replication is not possible?
- What is needed to reproduce the results of a data analysis?
- What is literate programming?
- What is
knitr
and how is different than other literate statistical programming tools? - Where can you find a list of other commands that help make your code writing more efficient in RStudio?
On your own at a computer
- Open up RStudio, and follow these instructions to Create and Knit Your First R Markdown Document.
- Try out some of the Tips and tricks in R Markdown in RStudio.