print(x, ...)
x
|
an object inheriting from class summary.modelStruct ,
generally resulting from applying summary to an object
inheriting from class modelStruct .
|
...
|
optional arguments passed to print.default ; see
the documentation on that method function.
|
modelStruct
object, with a header specifying the
type of correlation structure associated with the object.x
in constrained form, with a
header specifying the associated correlation structure type.summary.modelStruct
library(lme) cs1 <- corAR1(0.3) print(summary(cs1))