titanic_training: Titanic training data set

titanic_trainingR Documentation

Titanic training data set

Description

Titanic training data set

Usage

titanic_training

Format

Data frame of 712 observations and 12 features:

PassengerId

id of the passenger

Survived

dummy variable (0 if the passenger died / 1 if the passenger survived)

Pclass

passenger class on the boat

Name

name of the passenger

Sex

male / female

Age

age of the passenger

SibSp

number of siblings/spouses aboard

Parch

number of parents/children aboard

Ticket

ticket no

Fare

price of the ticket

Cabin

location of the cabin on the boat

Embarked

harbor city of boarding

Source

Kaggle Titanic Competition: https://www.kaggle.com/c/titanic/data

Examples

data(titanic_training)

Redcart/helda documentation built on March 3, 2023, 11:55 p.m.