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 )