Learn R Programming

nlme (version 3.1-31)

print.corStruct: Print a corStruct Object

Description

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

Usage

## S3 method for class 'corStruct':
print(x, \dots)
## S3 method for class 'corSymm':
print(x, \dots)

Arguments

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