| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Website: https://StatSocAus.github.io/tutorial_effective_data_plots
This is for statisticians and data science practitioners who are interested in improving their data visualisation skills.
Presenter: Dianne Cook is Professor of Business Analytics at Monash University in Melbourne, Australia. She is a world leader in data visualisation, especially the visualisation of high-dimensional data using tours with low-dimensional projections, and projection pursuit. She is currently focusing on bridging the gap between exploratory graphics and statistical inference. Di is a Fellow of the American Statistical Association, past editor of the Journal of Computational and Graphical Statistics, current editor of the R Journal, elected Ordinary Member of the R Foundation, and elected member of the International Statistical Institute.
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:00-1:15 | Why, philosophy and benefits |
| 1:15-1:35 | Organising data to map variables to plots |
| 1:35-2:05 | Making a variety of plots |
| 2:05-2:30 | Do but don’t, and cognitive principles |
| 2:30-3:00 | BREAK |
| 3:00-3:20 | What is your plot testing? |
| 3:20-3:35 | Creating null samples |
| 3:35-4:00 | Conducting a lineup test |
| 4:00-4:30 | Testing for best plot design |
install.packages(c("ggplot2", "tidyr", "dplyr", "readr", "stringr", "nullabor", "colorspace", "palmerpenguins", "broom", "ggbeeswarm"), dependencies=c("Depends", "Imports"))
Download the Zip file of materials to your laptop, and unzip it.
Open your RStudio be clicking on tutorial.Rproj.
GitHub repo with all materials is https://statsocaus.github.io/tutorial_effective_data_plots/.
| Back | FazBrowse Home | New Git URL |