titanic.raw {datarium} | R Documentation |
Survival of passengers on the Titanic. This data set provides information on the fate of passengers on the fatal maiden voyage of the ocean liner ‘Titanic’. Columns are economic status (Class), Sex, Age and Survived.
data("titanic.raw")
A data frame with 2201 rows and 4 columns.
data(titanic.raw) data("titanic.raw") with(titanic.raw, table(Class, Survived))