print.summary.modelStruct {nlme}R Documentation

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

print(x, ...)

Arguments

x an object inheriting from class summary.modelStruct, generally resulting from applying summary to an object inheriting from class modelStruct.
... 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.

Author(s)

Jose Pinheiro and Douglas Bates

See Also

summary.modelStruct

Examples

cs1 <- corAR1(0.3)
print(summary(cs1))

[Package Contents]