Package: titanic 0.1.0.9000

titanic: Titanic Passenger Survival Data Set

This data set provides 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. Whereas the base R Titanic data found by calling data("Titanic") is an array resulting from cross-tabulating 2201 observations, these data sets are individual non-aggregated observations and formatted in a machine learning context with a training sample, a testing sample, and two additional data sets that can be used for deeper machine learning analysis. These data sets are used in a very well known Kaggle competition; formatting the raw data sets in a package hopefully lowers the barrier to entry for users new to R and machine learning.

Authors:Paul Hendricks [aut, cre]

titanic_0.1.0.9000.tar.gz
titanic_0.1.0.9000.zip(r-4.5)titanic_0.1.0.9000.zip(r-4.4)titanic_0.1.0.9000.zip(r-4.3)
titanic_0.1.0.9000.tgz(r-4.4-any)titanic_0.1.0.9000.tgz(r-4.3-any)
titanic_0.1.0.9000.tar.gz(r-4.5-noble)titanic_0.1.0.9000.tar.gz(r-4.4-noble)
titanic_0.1.0.9000.tgz(r-4.4-emscripten)titanic_0.1.0.9000.tgz(r-4.3-emscripten)
titanic.pdf |titanic.html
titanic/json (API)

# Install 'titanic' in R:
install.packages('titanic', repos = c('https://paulhendricks.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/paulhendricks/titanic/issues

Datasets:

On CRAN:

0 exports 10 stars 2.09 score 0 dependencies 2 dependents 696 scripts 6.0k downloads

Last updated 7 years agofrom:53be2fd391. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 27 2024
R-4.5-winOKAug 27 2024
R-4.5-linuxOKAug 27 2024
R-4.4-winOKAug 27 2024
R-4.4-macOKAug 27 2024
R-4.3-winOKAug 27 2024
R-4.3-macOKAug 27 2024

Exports:

Dependencies:

Gender Class Model

Rendered fromgender_class_model.Rmdusingknitr::rmarkdownon Aug 27 2024.

Last update: 2015-09-01
Started: 2015-09-01

Gender Model

Rendered fromgender_model.Rmdusingknitr::rmarkdownon Aug 27 2024.

Last update: 2015-09-01
Started: 2015-09-01

Introduction to titanic

Rendered fromintroduction.Rmdusingknitr::rmarkdownon Aug 27 2024.

Last update: 2015-09-01
Started: 2015-09-01

My First Random Forest

Rendered frommy_first_random_forest.Rmdusingknitr::rmarkdownon Aug 27 2024.

Last update: 2015-09-01
Started: 2015-09-01