nlme (version 3.1-1)

print.summary.corStruct: Print a summary.corStruct Object

Description

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

Usage

print(x, ...)

Arguments

x
an object inheriting from class summary.corStruct, generally resulting from applying summary to an object inheriting from class corStruct.
...
optional arguments passed to print.default; see the documentation on that method function.

Value

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

See Also

summary.corStruct

Examples

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

Run the code above in your browser using DataLab