In this analysis..
The packages necessary for this analysis..
library(readr)
Let’s first import the data.
data <- read_delim("data/data.csv", delim = ";")
data
Data wrangling here.
We need to do some transformations, create new variables, etc.
Produce some plots to understand the data
Modeling
This could be shown here or in a separate webpage.