This repository contains all the course materials for IGP-484 (2021). You can find both the lecture slides and the code to generate all plots and statistical analyses in the designated date folder. All analyses are performed in R and require previous installation of tidyverse
. If you don't have tidyverse
, you can install the package with install.packages("tidyverse")
or you can install the specific packages required for this class: install.packages(c("dplyr", "tidyr", "ggplot2"))
.
- Download R here
- Download RStudio here
- Download the package
swirl
(link to swirl):
install.packages("swirl")
- Begin
swirl
(interactive module to get familiar with R) by typingswirl::swirl()
and selecting the module1: R Programming: The basics of programming in R
when prompted. - You can exit and later resume progress at the end of each section if you wish.
Looking for help with basic data wrangling in R? New to the "Tidyverse"? Check out the course materials from my workshop for NUIT for step-by-step help and lots of examples and practice questions.
- Additionally, check out the
swirl
courseGetting and Cleaning Data
for more Tidyverse intro
For all questions, contact Katie at [email protected] (or on the biostats-484 slack)