titanic.raw {datarium} | R Documentation |
Survival of Passengers on the Titanic
Description
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.
Usage
data("titanic.raw")
Format
A data frame with 2201 rows and 4 columns.
Examples
data(titanic.raw)
data("titanic.raw")
with(titanic.raw, table(Class, Survived))
[Package datarium version 0.1.0 Index]