print.pdMat {nlme} | R Documentation |
Print the standard deviations and correlations (if any) associated the
positive-definite matrix represented by x
(considered as a
variance-covariance matrix).
print(x, ...)
x |
an object inheriting from class pdMat , representing
a positive definite matrix. |
... |
optional arguments passed to print.default ; see
the documentation on that method function. |
Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates bates@stat.wisc.edu
pd1 <- pdSymm(diag(1:3), nam = c("A","B","C")) print(pd1)