R/data-speed_gender_height.R

#' Speed, gender, and height of 1325 students
#'
#' 1,325 UCLA students were asked to fill out a survey where they were asked
#' about their height, fastest speed they have ever driven, and gender.
#'
#'
#' @name speed_gender_height
#' @docType data
#' @format A data frame with 1325 observations on the following 3 variables.
#' \describe{
#'   \item{speed}{a numeric vector}
#'   \item{gender}{a factor with levels \code{female} and \code{male}}
#'   \item{height}{a numeric vector}
#'   }
#' @keywords datasets
#' @examples
#'
#' speed_gender_height
"speed_gender_height"
OpenIntroStat/openintro-r-package documentation built on Nov. 19, 2023, 4:58 p.m.