print.modelStruct {nlme}R Documentation

Print a modelStruct Object

Description

This method function applies print to each element of object.

Usage

print(x, ...)

Arguments

x an object inheriting from class modelStruct, representing a list of model components, such as corStruct and varFunc objects.
... optional arguments passed to print.default; see the documentation on that method function.

Value

the printed elements of object.

Author(s)

Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates bates@stat.wisc.edu

See Also

print

Examples

lms1 <- lmeStruct(reStruct = reStruct(pdDiag(diag(2), ~age)),
   corStruct = corAR1(0.3))
print(lms1)

[Package Contents]