R/heights.R

#' Self-Reported Heights
#' 
#' Self-reported heights in inches for males and females.
#'
#'\itemize{
#'  \item sex. Male or Female.
#'  \item height. Height in inches. 
#' }
#'
#'
#' @docType data
#'
#' @usage heights
#'
#' @format An object of class \code{"data.frame"}. 
#'
#' @keywords datasets
#'
#'
#'
#' @examples
#' head(heights)
"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.