Learn R Programming

nlme (version 3.1-31)

print.summary.modelStruct: Print a summary.modelStruct Object

Description

This method function prints the constrained coefficients of an initialized modelStruct object, with a header specifying the type of correlation structure associated with the object.

Usage

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

Arguments

Value

the printed coefficients of x in constrained form, with a header specifying the associated correlation structure type.

See Also

summary.modelStruct

Examples

Run this code
cs1 <- corAR1(0.3)
print(summary(cs1))

Run the code above in your browser using DataLab