needUpdate.modelStruct function

Check if a modelStruct Object Needs Updating

Check if a modelStruct Object Needs Updating

This method function checks if any of the elements of object

needs to be updated. Updating of objects usually takes place in iterative algorithms in which auxiliary quantities associated with the object, and not being optimized over, may change.

## S3 method for class 'modelStruct' needUpdate(object)

Arguments

  • object: an object inheriting from class "modelStruct", representing a list of model components, such as corStruct and varFunc objects.

Returns

a logical value indicating whether any element of object needs to be updated.

Author(s)

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

See Also

needUpdate

Examples

lms1 <- lmeStruct(reStruct = reStruct(pdDiag(diag(2), ~age)), varStruct = varPower(form = ~age)) needUpdate(lms1)
  • Maintainer: R Core Team
  • License: GPL (>= 2)
  • Last published: 2025-01-27