powered by
Information on the survival status, sex, age, and passenger class of 1309 passengers in the Titanic disaster of 1912.
TitanicSurvival
A data frame with 1309 observations on the following 4 variables.
survived
no or yes.
no
yes
sex
female or male
female
male
age
in years (and for some children, fractions of a year); age is missing for 263 of the passengers.
passengerClass
1st, 2nd, or 3rd class.
1st
2nd
3rd
This is part of a larger data set compiled by Thomas Cason. Many additional details are given in the sources cited below.
https://www.encyclopedia-titanica.org/
F. E. Harrell, Jr. (2001) Regression Modeling Strategies New York: Springer.
# NOT RUN { summary(TitanicSurvival) # }
Run the code above in your browser using DataLab