lmList-class              package:lme4              R Documentation

_C_l_a_s_s "_l_m_L_i_s_t"

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

     A list of objects of class 'lm' with a common model.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("lmList", ...)'.

_S_l_o_t_s:

     '._D_a_t_a': Object of class '"list"', a list of objects of class 'lm'

     '_c_a_l_l': Object of class '"call"', the function call used to create
          the 'lmList' object.

     '_p_o_o_l': Object of class '"logical"', if TRUE then calculate the
          pooled standard deviation estimate when displaying the
          object.

_E_x_t_e_n_d_s:

     Class '"list"', from data part. Class '"vector"', by class "list".

_M_e_t_h_o_d_s:

     _c_o_e_f 'signature(object = "lmList")': extract the coefficients for
          the linear models.

     _f_o_r_m_u_l_a 'signature(x = "lmList")': extract the formula used when
          creating the lmList object.

     _c_o_n_f_i_n_t 'signature(object = "lmList")': confidence intervals for
          the fitted linear models.

     _p_o_o_l_e_d_S_D 'signature(object = "lmList")': the pooled standard
          deviation estimate from the fitted linear models.

     _s_h_o_w 'signature(object = "lmList")': show the object.

     _u_p_d_a_t_e 'signature(object = "lmList")': update the fit.

