

recalc(nlme)                                 R Documentation

_R_e_c_a_l_c_u_l_a_t_e _C_o_n_d_e_n_s_e_d _L_i_n_e_a_r _M_o_d_e_l _O_b_j_e_c_t

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

     This function is generic; method functions can be writ-
     ten to handle specific classes of objects. Classes
     which already have methods for this function include:
     `corStruct', `modelStruct', `reStruct', and `varFunc'.

_U_s_a_g_e_:

     recalc(object, conLin)

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

  object: any object which induces a recalculation of the
          condensed linear model object `conLin'.

  conLin: a condensed linear model object, consisting of a
          list with components `"Xy"', corresponding to a
          regression matrix (`X') combined with a response
          vector (`y'), and `"logLik"', corresponding to the
          log-likelihood of the underlying model.

     ...: some methods for this generic function may require
          additional arguments.

_V_a_l_u_e_:

     the recalculated condensed linear model object.

_N_o_t_e_:

     This function is only used inside model fitting func-
     tions, such as `lme' and `gls', that require recalcula-
     tion of a condensed linear model object.

_A_u_t_h_o_r_(_s_)_:

     Jose Pinheiro and Douglas Bates

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

     ## see the method function documentation

