Materials for workshop during LatinR 2023
Instructor: Professor Di Cook, Department of Econometrics and Business Statistics, Monash University
Website: https://dicook.github.io/LatinR
Background: Participants should have a good working knowledge of R, and tidy verse, and some experience with ggplot2. Familiarity with the material in R4DS (https://r4ds.hadley.nz) is helpful.
time | topic |
---|---|
1:40-1:55 | Why, philosophy and benefits |
1:55-2:15 | Organising data to map variables to plots |
2:15-2:45 | Making a variety of plots |
2:45-3:10 | Do but don’t, and cognitive principles |
3:10-3:40 | COFFEE BREAK |
3:40-4:00 | What is your plot testing? |
4:00-4:15 | Creating null samples |
4:15-4:45 | Conducting a lineup test |
4:45-5:00 | Testing for best plot design |
install.packages(c("ggplot2", "tidyr", "dplyr", "readr", "nullabor", "colorspace", "palmerpenguins", "broom"))
Download the Zip file of materials to your laptop, and unzip it.
tutorial.Rproj
.There might be a few more packages ot install to run various parts.
GitHub repo with all materials is https://github.com/dicook/LatinR.