Print a corStruct Object

Usage

print(x, ...)

Arguments

x an object inheriting from class corStruct, representing a correlation structure.
... optional arguments passed to print.default; see the documentation on that method function.

Description

If x has been initialized, its coefficients are printed in constrained form.

Value

the printed coefficients of x in constrained form.

Author(s)

Jose Pinheiro and Douglas Bates

See Also

print.default, coef.corStruct

Examples

library(lme)
cs1 <- corAR1(0.3)
print(cs1)


[Package Contents]