Make sure you have the following software installed:
Once you have R and Rstudio installed, open Rstudio and run the following code:
install.packages(c("ggplot2", "plyr", "reshape2", "stringr"))
You can check everything is installed correctly by running:
library(ggplot2)
qplot(mpg, wt, data = mtcars)
Introductions and course outline.
Introduction to R and some of the thing that make it special as a language and an ecosystem.
Quick introduction to ggplot2 and where to learn more.
How to get data into and out of R, and how to work with it when you have it.
Introduction to modelling in R, including the standard modelling algebra and APIs. Pointers to machine learning tools and where to learn more.
A case study that uses transformation, modelling and visualisation to find diseases with unusual time patterns using ~500,000 mortality records from Mexico