R/exam_pa_titanic.R

#' Exam PA Titanic
#'
#' @description Titanic passengers as used in ExamPA.net’s practice exam
#'
#' @docType data
#'
#' @usage exam_pa_titanic
#'
#' @format data.frame, 906 observations of 11 variables:
#' \describe{
#'   \item{passengerid}{Passenger id}
#'   \item{survived}{Survived Y/N}
#'   \item{pclass}{Ticket class}
#'   \item{name}{Name}
#'   \item{sex}{male, female}
#'   \item{age}{Age}
#'   \item{sibsp}{# of siblings}
#'   \item{parch}{# of parents or children aboard the Titanic.}
#'   \item{ticket}{Number fare}
#'   \item{fare}{Cost of ticket.}
#'   \item{embarked}{Port of Embarkation. C = Cherbourg, Q = Queenstown,
#'         S = Southampton.}
#' }
#'
#' @keywords datasets
#'
#'
#'
"exam_pa_titanic"
sdcastillo/ExamPAData documentation built on Feb. 22, 2025, 11:41 a.m.