nlme (version 3.1-1)

print.corStruct: Print a corStruct Object

Description

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

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.

Value

  • the printed coefficients of x in constrained form.

See Also

print.default, coef.corStruct

Examples

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

Run the code above in your browser using DataLab