needUpdate.modelStruct Check if a modelStruct Object Needs UpdatingThis 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)
object | an object inheriting from class |
a logical value indicating whether any element of object needs to be updated.
José Pinheiro and Douglas Bates [email protected]
lms1 <- lmeStruct(reStruct = reStruct(pdDiag(diag(2), ~age)), varStruct = varPower(form = ~age)) needUpdate(lms1)
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.