Learn R Programming

Przewodnik (version 0.16.12)

titanic: Titanic Dataset

Description

Based on the titanic dataset from titanic package (from kaggle).

Usage

data(titanic)

Arguments

Format

a data.frame with 891 rows and 6 columns

Details

The subsequent columns describe:
  • Survived 1 - survived, 0 - death
  • Pclass class, from 1 to 3
  • Sex sex
  • Age age
  • Fare fare
  • Embarked embarked

Examples

Run this code
library("Przewodnik")
summary(titanic)

Run the code above in your browser using DataLab