R/data.R

#' Admission results to graduate school
#'
#' A dataset containing if a student is admitted to graduate school.
#' The data is obtained from: http://www.ats.ucla.edu/stat/data/binary.csv
#' The variables are as follows:
#'
#' @format A data frame with 400 rows and 4 variables:
#' \itemize{
#'   \item admit: if the student is admitted (1: admitted; 0: not admitted)
#'   \item gre: GRE score.
#'   \item gpa: undergraduate GPA
#'   \item rank: class rank
#' }
"admission"
alteryx/AlteryxPredictive documentation built on May 12, 2019, 1:37 a.m.