ugclass                 package:pad                 R Documentation

_P_A_D  -  _U_n_d_e_r_g_r_a_d_u_a_t_e _c_l_a_s_s_r_o_o_m _d_a_t_a

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

     The 'ugclass' data frame has 63 rows and 5 columns.

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

     data(ugclass)

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

     This data frame contains the following columns:

     _s_e_x a factor with levels of sex: 'F' for female and 'M' for male.  

     _h_a_n_d a factor with levels handed-ness: 'L' for left-handed and 'R'
          for right handed.  

     _h_e_i_g_h_t a numeric vector with height of the students (cm).  

     _w_e_i_g_h_t a numeric vector with weight of the students (kg).  

     _d_i_g_i_t a numeric vector with a random digit assign to to each
          student.  

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

     This data-set records self-reported sex, handed-ness, height and 
     weight of students who attended an undergraduate class in the
     academic year 1898/98. The students were also asked to write down
     a "random digit" (with no detailed explanation of what this
     means!).

