R/reported_heights.R

#' Self-reported Heights 
#' 
#' Students were asked to report their height (in inches) and sex in an online form. 
#' This table includes the results from four courses.
#'
#'\itemize{
#'  \item time_stamp. Time and date of the entry.
#'  \item sex. Sex of the student.
#'  \item height. Height as reported by student by filling in a text free box. 
#' }
#'
#'
#' @docType data
#'
#' @usage reported_heights
#'
#' @format An object of class \code{"data.frame"}. 
#'
#' @keywords datasets
#'
#'
#'
#' @examples
#' head(reported_heights)
"reported_heights"

Try the dslabs package in your browser

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

dslabs documentation built on July 26, 2023, 5:34 p.m.