titanic

Titanic Passenger Survival Data Set


License
CC0-1.0

Documentation

titanic

CRAN\_Status\_Badge Downloads from the RStudio CRAN mirror Build Status Build status 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", with variables such as 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:

  • the latest released version from CRAN with

    CRAN\_Status\_Badge

    install.packages("titanic")
  • the latest development version from github with

    GitHub version

    if (packageVersion("devtools") < 1.6) {
      install.packages("devtools")
    }
    devtools::install_github("paulhendricks/titanic")

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

Getting started

To get started, read the intro vignette: vignette("introduction", package = "titanic").

People

License

License