BodyWeight               package:nlme               R Documentation

_R_a_t _w_e_i_g_h_t _o_v_e_r _t_i_m_e _f_o_r _d_i_f_f_e_r_e_n_t _d_i_e_t_s

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

     The 'BodyWeight' data frame has 176 rows and 4 columns.

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

     This data frame contains the following columns:

     _w_e_i_g_h_t a numeric vector giving the body weight of the rat (grams).

     _T_i_m_e a numeric vector giving the time at which the measurement is
          made (days).

     _R_a_t an ordered factor with levels '2' < '3' < '4' < '1' < '8' <
          '5' < '6' < '7' < '11' < '9' < '10' < '12' < '13' < '15' <
          '14' < '16' identifying the rat whose weight is measured.

     _D_i_e_t a factor with levels '1' to '3' indicating the diet that the
          rat receives.

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

     Hand and Crowder (1996) describe data on the body weights of rats
     measured over 64 days.  These data also appear in Table 2.4 of
     Crowder and Hand (1990).  The body weights of the rats (in grams)
     are measured on day 1 and every seven days thereafter until day
     64, with an extra measurement on day 44. The experiment started
     several weeks before ``day 1.''  There are three groups of rats,
     each on a different diet.

_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.3)

     Crowder, M. and Hand, D. (1990), _Analysis of Repeated Measures_,
     Chapman and Hall, London.

     Hand, D. and Crowder, M. (1996), _Practical Longitudinal Data
     Analysis_, Chapman and Hall, London.

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

     data(BodyWeight)

