Dim.pdMat {nlme} | R Documentation |
This method function returns the dimensions of the matrix represented
by object
.
Dim(object)
object |
an object inheriting from class pdMat ,
representing a positive-definite matrix. |
an integer vector with the number of rows and columns of the
matrix represented by object
.
Jose Pinheiro and Douglas Bates
library(nlme) Dim(pdSymm(diag(3)))