powered by
This data set gives the average heights and weights for American women aged 30--39.
women
A data frame with 15 observations on 2 variables.
[,1]
height
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.
The World Almanac notes: “The figures represent weights in ordinary indoor clothing and shoes, and heights with shoes”.
McNeil, D. R. (1977) Interactive Data Analysis. Wiley.
# NOT RUN { require(graphics) plot(women, xlab = "Height (in)", ylab = "Weight (lb)", main = "women data: American women aged 30-39") # }
Run the code above in your browser using DataLab