Oxboys                 package:nlme                 R Documentation

_H_e_i_g_h_t_s _o_f _B_o_y_s _i_n _O_x_f_o_r_d

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

     The 'Oxboys' data frame has 234 rows and 4 columns.

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

     This data frame contains the following columns:

     _S_u_b_j_e_c_t an ordered factor giving a unique identifier for each boy
          in the experiment

     _a_g_e a numeric vector giving the standardized age (dimensionless)

     _h_e_i_g_h_t a numeric vector giving the height of the boy (cm)

     _O_c_c_a_s_i_o_n an ordered factor - the result of converting 'age' from a
          continuous variable to a count so these slightly unbalanced
          data can be analyzed as balanced.

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

     These data are described in Goldstein (1987) as data on the height
     of a selection of boys from Oxford, England versus a standardized
     age.

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

     Pinheiro, J. C. and Bates, D. M. (2000), _Mixed-Effects Models in
     S and S-PLUS_, Springer, New York.  (Appendix A.19)

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

     data(Oxboys)

