

   RReeccaallccuullaattee CCoonnddeennsseedd LLiinneeaarr MMooddeell OObbjjeecctt

        recalc(object, conLin)

   AArrgguummeenntts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.

   DDeessccrriippttiioon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'.

   VVaalluuee::

        the recalculated condensed linear model object.

   NNoottee::

        This function is only used inside model fitting func-
        tions which require recalculation of a condensed linear
        model object, like `lme' and `gls'.

   AAuutthhoorr((ss))::

        Jose Pinheiro and Douglas Bates

   EExxaammpplleess::

        ## see the method function documentation

