print.corStruct {nlme}R Documentation

Print a corStruct Object

Description

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

Usage

print(x, ...)
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.

Value

the printed coefficients of x in constrained form.

Author(s)

Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates bates@stat.wisc.edu

See Also

print.default, coef.corStruct

Examples

cs1 <- corAR1(0.3)
print(cs1)

[Package Contents]