R/titanic.R

#' @title Titanic Dataset
#' 
#' @description A data frame of data related to the titanic's voyage. 
#' The dataset consists of 12 variables and 891 observations.
#' 
#' @name titanic
#' 
#' @docType data
#' 
#' @usage titanic
#' 
#' @format An \code{data.frame} object
#' 
#' @references Kaggle. (2017). Titanic: MAchine Learning from Disaster. Retrieved from https://www.kaggle.com/c/titanic.
#' 
#' @keywords datasets
#' 
NULL
oislen/BuenaVista documentation built on May 16, 2019, 8:12 p.m.