titanic {Przewodnik} | R Documentation |
Titanic Dataset
Description
Based on the titanic dataset from titanic package (from kaggle).
Usage
data(titanic)
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
library("Przewodnik")
summary(titanic)
[Package Przewodnik version 0.16.12 Index]