Learn R Programming

nlme (version 3.1-10)

print.modelStruct: Print a modelStruct Object

Description

This method function applies print to each element of object.

Usage

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