Titanic Data

Background Information

The titanic dataset gives the values of four categorical attributes for each of the 2201 people on board the Titanic when it struck an iceberg and sank. The attributes are social class (first class, second class, third class, or crewmember), age (adult or child), sex, and whether or not the person survived. The question of interest is considered to be how survival relates to the other attributes.

Number of Instances: 2201

Number of Attributes: 4

Missing Attribute Values: None

The titanic data .

Attribute Information

 1 CLASS       1st 2nd 3rd crew  # Passenger class, or crewmember
 2 AGE         child adult       # Age category
 3 SEX         female male       # Sex
 4 SURVIVED    no yes            # Did they survive?