titanic.raw: Survival of Passengers on the Titanic

Description Usage Format Examples

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 <e2><80><98>Titanic<e2><80><99>. Columns are economic status (Class), Sex, Age and Survived.

Usage

1
data("titanic.raw")

Format

A data frame with 2201 rows and 4 columns.

Examples

1
2
3
data(titanic.raw)
data("titanic.raw")
with(titanic.raw, table(Class, Survived))

datarium documentation built on May 21, 2019, 9:02 a.m.