pooledSD                package:lme4                R Documentation

_E_x_t_r_a_c_t _p_o_o_l_e_d _s_t_a_n_d_a_r_d _d_e_v_i_a_t_i_o_n

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

     The pooled estimated standard deviation is obtained by adding
     together the residual sum of squares for each non-null element of
     'object', dividing by the sum of the corresponding residual
     degrees-of-freedom, and taking the square-root.

_U_s_a_g_e:

     pooledSD(object)

_A_r_g_u_m_e_n_t_s:

  object: an object inheriting from class 'lmList'.

_V_a_l_u_e:

     the pooled standard deviation for the non-null elements of
     'object', with an attribute 'df' with the number of
     degrees-of-freedom used in the estimation.

_S_e_e _A_l_s_o:

     'lmList', 'lm'

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

     pooledSD(lmList(weight ~ Time | Chick, do.call("data.frame", ChickWeight)))

