print.corStruct {nlme} | R Documentation |
If x
has been initialized, its coefficients are printed in
constrained form.
print(x, ...)
x |
an object inheriting from class corStruct , representing
a correlation structure. |
... |
optional arguments passed to print.default ; see
the documentation on that method function. |
the printed coefficients of x
in constrained form.
Jose Pinheiro and Douglas Bates
cs1 <- corAR1(0.3) print(cs1)