Learn R Programming

GmooG (version 0.7)

TitanicPassCrew: Passengers and crew who sailed on the Titanic

Description

Some information on those who sailed on the Titanic

Usage

data(TitanicPassCrew)

Arguments

Format

A data frame with 2208 observations on 7 variables.

Age

Age of individual

Gender

Gender of individual

Group

Class of passenger or section of crew

Area

abbreviated version of Group

Joined

Port where individual boarded:Belfast, Southampton, Cherbourg or Queenstown

Nationality

Individual's nationality

survived

Whether the individual survived:yes or no

Details

This dataset is used in Chapter 26, "The Titanic Disaster".

Examples

Run this code
data(TitanicPassCrew, package="GmooG")
with(TitanicPassCrew, table(Joined))

Run the code above in your browser using DataLab