recalc                 package: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 written 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 can take 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 functions, such as
     'lme' and 'gls', that require recalculation of a condensed linear
     model object.

_A_u_t_h_o_r(_s):

     Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates
     bates@stat.wisc.edu

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

     ## see the method function documentation

