The Survival of Passengers on the Titanic

Patricia Crain

The Sinking of the Titanic

It was one of the biggest tragedies of the Western world, causing worldwide shock at the loss of life and outrage at the negligence that had contributed to the disaster. On April 15, 1912, three hours after striking an iceberg, the RMS Titanic sank into the frigid cold of the north Atlantic. Of the 2201 passengers aboard the Titanic when it embarked from Southampton, England four days earlier, only 711 (32%) survived.

Report on the Loss of the Titanic

Data on the loss of life was collected by the British Board of Trade and published in a report on July 30, 1912. The variables recorded were Class, Sex, Age and Survived (yes/no).

## 
## 
## Class   Sex      Age     Survived    Freq
## ------  -------  ------  ---------  -----
## 1st     Male     Child   No             0
## 2nd     Male     Child   No             0
## 3rd     Male     Child   No            35
## Crew    Male     Child   No             0
## 1st     Female   Child   No             0
## 2nd     Female   Child   No             0
## 3rd     Female   Child   No            17
## Crew    Female   Child   No             0
## 1st     Male     Adult   No           118

Using GoogleVis to Visualize the Data

This interactive plot allows the user to explore the survival rates by Class of passenger, revealing a higher proportion of first and second class passengers were saved when compared to the number of third class and crew who were saved.

More Insight Into the Data

What about the other variables in the data? To acheive better insight into the survival rate of passengers, it would be nice to see the impact of Sex and Age on survival.

To this end, we created 2 filters which allow the user to select each Sex (male/female) and/or each Age (adult/child) and to see this subset of data in the interactive plot.

The Final App

The completed app has two dropdowns in a side panel. The main panel contains the interactive plot which changes as the dropdowns are changed.

To use the app click here.

For more info about the sinking of the Titanic click here.