ais                    package:dr                    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.

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

     This data frame contains the following columns:

     _S_e_x (0 = male or 1 = female)

     _H_t height (cm)

     _W_t weight (kg)

     _L_B_M lean body mass

     _R_C_C red cell count

     _W_C_C white cell count

     _H_c Hematocrit

     _H_g Hemoglobin

     _F_e_r_r plasma ferritin concentration

     _B_M_I body mass index, weight/(height)**2

     _S_S_F sum of skin folds

     _B_f_a_t Percent body fat

     _L_a_b_e_l Case Labels

     _S_p_o_r_t Sport

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

     Ross Cunningham and Richard Telford

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

     S. Weisberg (2005).  _Applied Linear Regression_, 3rd edition. 
     New York: Wiley, Section 6.4

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

     data(ais)

