print.modelStruct {nlme} | R Documentation |
This method function applies print
to each element of
object
.
print(x, ...)
x |
an object inheriting from class modelStruct ,
representing a list of model components, such as corStruct and
varFunc objects. |
... |
optional arguments passed to print.default ; see
the documentation on that method function. |
the printed elements of object
.
Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates bates@stat.wisc.edu
lms1 <- lmeStruct(reStruct = reStruct(pdDiag(diag(2), ~age)), corStruct = corAR1(0.3)) print(lms1)