In this section, we deal with data analysis. It’s broken down into several parts.
1. Slides
These are the slides presented at the start of the course. They outline most of what is in the remaining sections.
2. Organise: Data.table R script
Covers the code from the slides relating to how to use the data.table package in R. Also has a few extra bits not covered in the slides.
3. Analyse/Visualise: R script for ANOVAs and Plots
Covers the code from the slides relating to how to use the ez package in R for running ANOVAs and the ggplot package for producing plots. Also has a few extra bits not covered in the slides.
4. Further Adventures with ggplot
Covers some additional bits and pieces for ggplot and beyond.
5. Random Tips
Some additional miscellaneous tips, mostly relating to string functions.