library(dplyr)
library(magrittr)
library(ggplot2)
library(tidyr)
theme_set(theme_minimal())

First, let’s slow down a bit

Try to complete Task 3 and 4 from Lesson 2 (and possibly others from the previous lessons)

Pick projects!

Note on models

Linear regression

Now, let’s do some tasks. Note that they match workflow (simple stuff first, …)