ais                    package:sn                    R Documentation

_A_u_s_t_r_a_l_i_a_n _I_n_s_t_i_t_u_t_e _o_f _S_p_o_r_t _d_a_t_a

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

     Data on 102 male and 100 female athletes collected at the
     Australian Institute of Sport, courtesy of Richard Telford and
     Ross Cunningham.

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

     data(ais, package=sn)

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

     A data frame with 202 observations on 13 variables.

       [, 1]  sex    sex
       [, 2]  sport  sport
       [, 3]  rcc    red cell count
       [, 4]  wcc    white cell count
       [, 5]  Hc     Hematocrit
       [, 6]  Hg     Hemoglobin
       [, 7]  Fe     plasma ferritin concentration
       [, 8]  bmi    body mass index, weight/(height)
       [, 9]  Bfat   body fat percentage
       [,10]  ssf    sum of skin folds
       [,11]  lbm    lean body mass
       [,12]  Ht     height (cm)
       [,13]  Wt     weight (Kg)

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

     Cook and Weisberg (1994), An Introduction to Regression Graphics. 
                       John Wiley & Sons, New York.

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

     data(ais)
     attach(ais)
     pairs(ais[,c(3:4,10:13)], main = "AIS data")
     plot(Wt~sport)

