Learn R Programming

datarium (version 0.1.0)

titanic.raw: 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 <U+2018>Titanic<U+2019>. Columns are economic status (Class), Sex, Age and Survived.

Usage

data("titanic.raw")

Arguments

Format

A data frame with 2201 rows and 4 columns.

Examples

Run this code
# NOT RUN {
data(titanic.raw)
data("titanic.raw")
with(titanic.raw, table(Class, Survived))

# }

Run the code above in your browser using DataLab