women                  package:base                  R Documentation

_A_v_e_r_a_g_e _H_e_i_g_h_t_s _a_n_d _W_e_i_g_h_t_s _f_o_r _A_m_e_r_i_c_a_n _W_o_m_e_n

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

     data(women)

_F_o_r_m_a_t:

     A data frame with 15 observations on 2 variables.

       '[,1]'  'height'  numeric  Height (in)
       '[,2]'  'weight'  numeric  Weight (lbs)

_D_e_t_a_i_l_s:

     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".

_S_o_u_r_c_e:

     The World Almanac and Book of Facts, 1975.

_R_e_f_e_r_e_n_c_e_s:

     McNeil, D. R. (1977) _Interactive Data Analysis_. Wiley.

_E_x_a_m_p_l_e_s:

     data(women)
     plot(women, xlab = "Height (in)", ylab = "Weight (lb)",
          main = "women data: American women aged 30-39")

