Learn R Programming

nlme (version 3.1-114)

recalc.modelStruct: Recalculate for a modelStruct Object

Description

This method function recalculates the condensed linear model object using each element of object sequentially from last to first.

Usage

## S3 method for class 'modelStruct':
recalc(object, conLin, \dots)

Arguments

object
an object inheriting from class "modelStruct", representing a list of model components, such as corStruct and varFunc objects.
conLin
an optional 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
...
some methods for this generic require additional arguments. None are used in this method.

Value

  • the recalculated condensed linear model object.

See Also

recalc.corStruct, recalc.reStruct, recalc.varFunc