titanic.raw: Survival of Passengers on the Titanic

titanic.rawR 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))


kassambara/datarium documentation built on Feb. 15, 2025, 3:32 p.m.