Rev 7002 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{women}\alias{women}\title{Average Heights and Weights for American Women}\usage{data(women)}\description{This data set gives the average heights and weights for American womenaged 30--39.}\format{A data frame with 15 observations on 2 variables.\tabular{rlll}{[,1] \tab height \tab numeric \tab Height (in)\cr[,2] \tab weight \tab numeric \tab Weight (lbs)}}\source{The World Almanac and Book of Facts, 1975.}\details{The data set appears to have been taken from the American Society ofActuaries \emph{Build and Blood Pressure Study} for some (unknown tous) earlier year.The World Almanac notes: ``The figures represent weights in ordinaryindoor clothing and shoes, and heights with shoes.}\references{McNeil, D. R. (1977). \emph{Interactive Data Analysis}. Wiley.}\examples{data(women)plot(women, xlab = "Height (in)", ylab = "Weight (lb)",main = "women data: American women aged 30-39")}\keyword{datasets}