datasets (version 3.3.2)

women: Average Heights and Weights for American Women

Description

This data set gives the average heights and weights for American women aged 30--39.

Usage

women

Arguments

Format

A data frame with 15 observations on 2 variables.
[,1] height numeric Height (in)

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. The World Almanac notes: “The figures represent weights in ordinary indoor clothing and shoes, and heights with shoes”.

References

McNeil, D. R. (1977) Interactive Data Analysis. Wiley.

Examples

Run this code
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 DataCamp Workspace