Package: titanic Title: Titanic Passenger Survival Data Set Version: 0.1.0.9000 Authors@R: person("Paul", "Hendricks", , "paul.hendricks.2013@owu.edu", c("aut", "cre")) Description: 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. UrlNote: https://github.com/paulhendricks/titanic URL: https://github.com/paulhendricks/titanic BugReports: https://github.com/paulhendricks/titanic/issues Depends: R (>= 3.1.2) License: CC0 LazyData: true Suggests: dplyr, knitr VignetteBuilder: knitr RoxygenNote: 6.0.1 Repository: https://paulhendricks.r-universe.dev Date/Publication: 2017-07-01 18:34:26 UTC RemoteUrl: https://github.com/paulhendricks/titanic RemoteRef: HEAD RemoteSha: 53be2fd391100044594de004d559858077a10c43 NeedsCompilation: no Packaged: 2026-07-03 16:04:16 UTC; root Author: Paul Hendricks [aut, cre] Maintainer: Paul Hendricks