Learn R Programming

nlme (version 3.1-31)

print.modelStruct: Print a modelStruct Object

Description

This method function applies print to each element of object.

Usage

## S3 method for class 'modelStruct':
print(x, ...)

Arguments

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