| pdIdent-class {lme4} | R Documentation |
A class of parameterized positive-definite matrices that are multiples of the identity matrix.
Objects can be created by calls of the form new("pdIdent", ...) or
by calls to the constructor function pdIdent.
form:"formula", from class
"pdMat" an optional formula used to generate the object.Names:"character", from class
"pdMat" row (and column) names for the matrix.param:"numeric", from class
"pdMat" the unconstrained, numeric parameter vector of length
Ncol. The elements of the parameter vector are the
logarithms of the square roots of the diagonal elements of the matrix. Ncol:"integer", from class
"pdMat" the number of rows and columns in the matrix. factor:"matrix", from class
"pdMat" a square-root factor of the matrix - also a diagonal
matrix.logDet:"numeric", from class
"pdMat" the logarithm of the absolute value of the determinant
of the factor.
Class "pdMat", directly.
signature(x = "pdIdent"): extract the parameters.signature(object = "pdIdent", value =
"numeric"): assign the parameters.signature(from = "pdIdent", to = "matrix"):
extract the matrix.signature(object = "pdIdent"): extract the
correlation matrix. signature(x = "pdIdent"): extract the dimensions.signature(object = "pdIdent"): check if initialized.signature(object = "pdIdent", covariate =
"missing"): return the logarithm of the determinant of the matrix.signature(a = "pdIdent", b = "missing"): invert
the matrix returning a pdIdent object.