Spruce                 package:nlme                 R Documentation

_G_r_o_w_t_h _o_f _S_p_r_u_c_e _T_r_e_e_s

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

     The 'Spruce' data frame has 1027 rows and 4 columns.

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

     This data frame contains the following columns:

     _T_r_e_e a factor giving a unique identifier for each tree.

     _d_a_y_s a numeric vector giving the number of days since the
          beginning of the experiment.

     _l_o_g_S_i_z_e a numeric vector giving the logarithm of an estimate of
          the volume of the tree trunk.

     _p_l_o_t a factor identifying the plot in which the tree was grown.

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

     Diggle, Liang, and Zeger (1994, Example 1.3, page 5) describe data
     on the growth of spruce trees that have been exposed to an
     ozone-rich atmosphere or to a normal atmosphere.

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

     Diggle, Peter J., Liang, Kung-Yee and Zeger, Scott L. (1994),
     _Analysis of longitudinal data_, Oxford University Press, Oxford.

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

     data(Spruce)

