R/titanic.R

#' Titanic Dataset
#'
#' Based on the titanic dataset from titanic package (from kaggle).
#'
#' The subsequent columns describe:
#' \itemize{
#' \item Survived 1 - survived, 0 - death
#' \item Pclass class, from 1 to 3
#' \item Sex sex
#' \item Age age
#' \item Fare fare
#' \item Embarked embarked
#' }
#'
#' @docType data
#' @keywords datasets
#' @examples
#' library("Przewodnik")
#' summary(titanic)
#' @name titanic
#' @usage data(titanic)
#' @format a data.frame with 891 rows and 6 columns
#'
NULL
pbiecek/PrzewodnikPakiet documentation built on May 24, 2019, 10:36 p.m.