An open API service indexing awesome lists of open source software.

https://github.com/dicook/rladies_highd_vis

This is a revision of the useR! 2019 tutorial materials (https://github.com/dicook/useR2019_highd_vis) for R Ladies Canberra hosted by CSIRO Data61
https://github.com/dicook/rladies_highd_vis

Last synced: 5 months ago
JSON representation

This is a revision of the useR! 2019 tutorial materials (https://github.com/dicook/useR2019_highd_vis) for R Ladies Canberra hosted by CSIRO Data61

Awesome Lists containing this project

README

          

# RLadies Canberra 2019 tutorial on high-dimensional data visualisation

The address for this repo is https://github.com/dicook/RLadies_highd_vis.

The workshop is interactive, bring your laptop set up with the **latest versions of R (>3.5) and RStudio**, and these R packages:

```
install.packages(c("knitr", "tidyverse", "here", "nullabor", "forecast", "readxl", "GGally", "broom", "plotly", "tourr", "spinifex", "geozoo", "mvtnorm", "randomForest", "RColorBrewer", "mapproj", "superheat", "naniar", "gganimate"))
```

Also install:

```
remotes::install_github("wmurphyrd/fiftystater")
# remotes::install_github("sa-lee/sneezy") # not necessary for the workshop
```

If you have signed up for this tutorial it will be helpful to **download a copy of these materials ahead of time**, by downloading the `tutorial_highd_vis.zip` file above. Unzip the file into a project folder, to work through during the tutorial. It contains these files:

- `data/TB_notifications_2019-07-01.csv`
- `data/tb_burden.rda`
- `data/TB_data_dictionary_2019-07-01.csv`
- `data/IncRate.xlsx`
- `tutorial_highd_vis.Rproj`
- `tutorial_highd_vis.R`

**Please have these on your computer ahead of the tutorial.**

This is the planned structure for the tutorial:

A. Review basic visualisation and inference with graphics: This part
covers making plots using the grammar of graphics and how this fits
into statistical inference. We will use the packages ggplot2 and
nullabor.

B. Plotting multiple dimensions in a single static plot, adding
interaction: The building blocks to viewing high-dimensions are
generalised pairs plots and parallel coordinate plots, available in
the R package GGally. There are many variations and options that will
be discussed, along with making these interactive with the plotly package.

C. Using dynamic plots (tours) to examine models in the data space,
beyond 3D: This part will cover the use of tours to examine
multivariate spaces, in relation to dimension reduction techniques
like principal component analysis and t-SNE, supervised and
unsupervised classification models. We will also examine
high-dimension, low-sample size problems. The tourr and spinifex
packages will be used.

Materials are designed for an intermediate audience, users who are familiar
with R, basic visualisation and tidyverse tools, and who would like to
improve their knowledge about data visualisation.

This is a revision of the useR! 2019 tutorial materials
(https://github.com/dicook/useR2019_highd_vis) for R Ladies Canberra
hosted by CSIRO Data61.

You can also work through the (useR! 2019) interactive tutorial at your own pace by
pointing your browser to:
- https://ebsmonash.shinyapps.io/tutorial_highd_vis_part1/
- https://ebsmonash.shinyapps.io/tutorial_highd_vis_part2/