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"
rafalab/dslabs documentation built on Nov. 29, 2023, 9:53 p.m.