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"
OpenIntroStat/openintro-r-package documentation built on Nov. 19, 2023, 4:58 p.m.