Chapter 2 Preparing for the workshop
All workshop materials are found at r.qcbs.ca/workshops/r-workshop-08. This includes an R script which contains all code chunks shown in this book.
For this workshop, we will be working with the following dataset:
You should also make sure you have downloaded, installed, and loaded these packages:
install.packages("ggplot2")
install.packages("mgcv")
install.packages("itsadug")
library(ggplot2)
library(mgcv)
library(itsadug)