script.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# attach the packages `dplyr` and `readr`
# use `read_csv()` to import the dataset and assign the
data to `Titanic_2`
# get an overview over the data and drop `Name`
# change the column names
# attach the package `corrplot`
# check correlations using `corrplot()`
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
R Console
1
>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX