nlme (version 3.1-1)

print.modelStruct: 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.

See Also

print

Examples

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

Run the code above in your browser using DataLab