powered by
Titanic dataset.
Titanic_full
A data frame with 2201 rows and 5 variables
id. Dummy identity number for each person.
Class. 1st, 2nd, 3rd, Crew.
Sex. Male, Female.
Age. Child, Adult.
Survived. No, Yes.
This data set provides information on the fate of passengers on the fatal maiden voyage of the ocean liner 'Titanic', summarized according to economic status (class), sex, age and survival.
This is a modified dataset from datasets package.
datasets
# NOT RUN { dim(Titanic_full) head(Titanic_full) dplyr::glimpse(Titanic_full) # }
Run the code above in your browser using DataLab