recalc.modelStruct function

Recalculate for a modelStruct Object

Recalculate for a modelStruct Object

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

## S3 method for class 'modelStruct' recalc(object, conLin, ...)

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 to the log-likelihood of the underlying model. Defaults to attr(object, "conLin").
  • ...: some methods for this generic require additional arguments. None are used in this method.

Returns

the recalculated condensed linear model object.

Author(s)

José Pinheiro and Douglas Bates bates@stat.wisc.edu

Note

This method function is generally only used inside model fitting functions, such as lme and gls, that allow model components, such as correlated error terms and variance functions.

See Also

recalc.corStruct, recalc.reStruct, recalc.varFunc

  • Maintainer: R Core Team
  • License: GPL (>= 2)
  • Last published: 2025-01-27