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"

Try the openintro package in your browser

Any scripts or data that you put into this service are public.

openintro documentation built on Sept. 1, 2022, 9:06 a.m.