R/wm.R

#' Average Heights and Weights for American Women
#'
#' This data set gives the average heights and weights for American women aged 30–39.
#'
#' @format A data frame with 15 observatins on 2 variables
#' \itemize{
#' \item height (inches)
#' \item weight (lbs)
#' }
#' @details The data set appears to have been taken from the American Society of Actuaries Build and Blood Pressure Study for some (unknown to us) earlier year.
#' @source The World Almanac and Book of Facts, 1975.
#' @references McNeil, D. R. (1977) Interactive Data Analysis. Wiley.
#' @examples mean(wm$height)
#'
"wm"
molly-williams/mollyspackage2 documentation built on March 21, 2021, 4:15 p.m.