TitanicPassCrew {GmooG}R Documentation

Passengers and crew who sailed on the Titanic

Description

Some information on those who sailed on the Titanic

Usage

data(TitanicPassCrew)

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".

Source

Derived from a fuller dataset available from Encyclopedia Titanica

Examples

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

[Package GmooG version 0.7 Index]