ergoStool                package:nlme                R Documentation

_E_r_g_o_m_e_t_r_i_c_s _e_x_p_e_r_i_m_e_n_t _w_i_t_h _s_t_o_o_l _t_y_p_e_s

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

     The 'ergoStool' data frame has 36 rows and 3 columns.

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

     This data frame contains the following columns:

     _e_f_f_o_r_t a numeric vector giving the effort (Borg scale) required to
          arise from a stool.

     _T_y_p_e a factor with levels 'T1',  'T2',  'T3', and  'T4' giving the
          stool type.

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

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

     Devore (2000) cites data from an article in _Ergometrics_ (1993,
     pp. 519-535) on ``The Effects of a Pneumatic Stool and a
     One-Legged Stool on Lower Limb Joint Load and Muscular Activity.''

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

     Devore, J. L. (2000), _Probability and Statistics for Engineering
     and the Sciences (5th ed)_, Duxbury, Boston, MA.

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

     fm1 <-
        lme(effort ~ Type, data = ergoStool, random = ~ 1 | Subject)
     anova( fm1 )

