TITANIC3 {PASWR2}R Documentation

Titanic Survival Status

Description

The TITANIC3 data frame describes the survival status of individual passengers on the Titanic. The TITANIC3 data frame does not contain information for the crew, but it does contain actual and estimated ages for almost 80% of the passengers.

Usage

TITANIC3

Format

A data frame with 1309 observations on the following 14 variables:

Details

Thomas Cason from the University of Virginia has greatly updated and improved the titanic data frame using the Encyclopedia Titanica and created a new dataset called TITANIC3. This dataset reflects the state of data available as of August 2, 1999. Some duplicate passengers have been dropped; many errors have been corrected; many missing ages have been filled in; and new variables have been created.

Source

https://hbiostat.org/data/repo/titanic.html

References

Examples

with(TITANIC3, table(pclass, sex))

[Package PASWR2 version 1.0.5 Index]