nlme-internal              package:lme4              R Documentation

_I_n_t_e_r_n_a_l _n_l_m_e _f_u_n_c_t_i_o_n_s

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

     Internal nlme functions.

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

     getFixDF(object)
     glmmLa2LogLikComp(x, eta)
     glmmLa2RespWt(fam, eta, origy, w, off)
     glmmLa2Wt2(fam, eta, w)

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

  object: An object of a suitable class.

       x: An object of class glmm

     eta: The linear predictors

     fam: A family object

   origy: The original response

       w: The initial weights

     off: The initial offset

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

     These functions are internal to the package and are not intended
     to be called by the user. They will be hidden by a namespace when
     namespaces and S4 classes can work together.

