README.md

titanic

Build Status CRAN_Status_Badge Downloads from the RStudio CRAN mirror Project Status: Active - The project has reached a stable, usable state and is being actively developed.

titanic is an R package containing data sets providing information on the fate of passengers on the fatal maiden voyage of the ocean liner "Titanic", summarized according to economic status (class), sex, age and survival. These data sets are often used as an introduction to machine learning on Kaggle. More details about the competition can be found here, and the original data sets can be found here.

Installation

You can install:

If you encounter a clear bug, please file a minimal reproducible example on github.

API

library(titanic)
knitr::kable(head(titanic_train))

| PassengerId| Survived| Pclass| Name | Sex | Age| SibSp| Parch| Ticket | Fare| Cabin | Embarked | |------------:|---------:|-------:|:----------------------------------------------------|:-------|----:|------:|------:|:-----------------|--------:|:------|:---------| | 1| 0| 3| Braund, Mr. Owen Harris | male | 22| 1| 0| A/5 21171 | 7.2500| | S | | 2| 1| 1| Cumings, Mrs. John Bradley (Florence Briggs Thayer) | female | 38| 1| 0| PC 17599 | 71.2833| C85 | C | | 3| 1| 3| Heikkinen, Miss. Laina | female | 26| 0| 0| STON/O2. 3101282 | 7.9250| | S | | 4| 1| 1| Futrelle, Mrs. Jacques Heath (Lily May Peel) | female | 35| 1| 0| 113803 | 53.1000| C123 | S | | 5| 0| 3| Allen, Mr. William Henry | male | 35| 0| 0| 373450 | 8.0500| | S | | 6| 0| 3| Moran, Mr. James | male | NA| 0| 0| 330877 | 8.4583| | Q |



Try the titanic package in your browser

Any scripts or data that you put into this service are public.

titanic documentation built on May 2, 2019, 2:09 p.m.