R/data-gpa.R

#' Survey of Duke students on GPA, studying, and more
#'
#' A survey of 55 Duke University students asked about their GPA, number of
#' hours they study at night, number of nights they go out, and their gender.
#'
#'
#' @name gpa
#' @docType data
#' @format A data frame with 55 observations on the following 5 variables.
#' \describe{\item{gpa}{a numeric vector} \item{studyweek}{a
#' numeric vector} \item{sleepnight}{a numeric vector}
#' \item{out}{a numeric vector} \item{gender}{a factor with
#' levels \code{female} \code{male}} }
#' @keywords datasets
#' @examples
#'
#' gpa
#'
"gpa"
tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.