Titanic_full | R Documentation |
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.
dim(Titanic_full)
head(Titanic_full)
dplyr::glimpse(Titanic_full)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.