R/data-male_heights_fcid.R

#' Random sample of adult male heights
#'
#' This sample is based on data from the USDA Food Commodity Intake Database.
#'
#'
#' @name male_heights_fcid
#' @docType data
#' @format A data frame with 100 observations on the following variable.
#' \describe{
#'   \item{height_inch}{Height, in inches.}
#'   }
#' @source Simulated based on data from USDA.
#' @keywords datasets
#' @examples
#'
#' data(male_heights_fcid)
#' histPlot(male_heights_fcid$height_inch)
"male_heights_fcid"

Try the openintro package in your browser

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

openintro documentation built on June 22, 2024, 7:37 p.m.