sports               package:DPpackage               R Documentation

_T_h_e _A_u_s_t_r_a_l_i_a_n _A_t_h_l_e_t_e_s _D_a_t_a

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

     This data set consider information from 202 elite Australian
     athletes who trained at the Australian Institute of Sport. The
     members of the sample participate in a  number of different sports
     and are about equally split between men and women.

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

     data(sports)

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

     A data frame with 202 observations on the following 13 variables.

     '_g_e_n_d_e_r' a factor with levels 'female' and 'male'

     '_s_p_o_r_t' a factor with levels 'B_Ball', 'Field', 'Gym', 'Netball',
          'Row', 'Swim', 'T_400m', 'T_Sprnt', 'Tennis', and 'W_Polo'

     '_r_c_c' a numeric vector giving the red cell count

     '_w_c_c' a numeric vector giving the white cell count

     '_H_c' a numeric vector giving the Hematocrit

     '_H_g' a numeric vector giving the Hemoglobin level

     '_F_e' a numeric vector giving the plasma ferritin concentration

     '_b_m_i' a numeric vector giving the body mass index,
          weight/(height)**2

     '_s_s_f' a numeric vector giving the sum of skin folds

     '_B_f_a_t' a numeric vector giving the body fat percentage

     '_l_b_m' a numeric vector giving the lean body mass

     '_H_t' a numeric vector giving the height (cm)

     '_W_t' a numeric vector giving the weight (Kg)

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

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

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

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

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

     data(sports)
     ## maybe str(sports) ; plot(sports) ...

