Learn R Programming

helda (version 1.1.5)

titanic_validation: Titanic validation data set

Description

Titanic validation data set

Usage

titanic_validation

Arguments

Format

Data frame of 179 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

Examples

Run this code
# NOT RUN {
data(titanic_validation)
# }

Run the code above in your browser using DataLab