Print a pdMat Object
Usage
print(x, ...)
Arguments
object
|
an object inheriting from class code{pdMat}, representing
a positive definite matrix.
|
...
|
optional arguments passed to print.default ; see
the documentation on that method function.
|
Description
Print the standard deviations and correlations (if any) associated the
positive-definite matrix represented by x
(considered as a
variance-covariance matrix).Author(s)
Jose Pinheiro and Douglas BatesSee Also
print.summary.pdMat
Examples
library(lme)
pd1 <- pdSymm(diag(1:3), nam = c("A","B","C"))
print(pd1)