logDet {lme4} | R Documentation |
Return the logarithm of the determinant of an object of a suitable class.
logDet(object, covariate = getCovariate(object), ...)
object |
An object of a suitable class. |
covariate |
Optionally, a covariate vector |
... |
Some methods may have optional arguments. |
A numeric value: the logarithm of the determinant of the matrix
represented by object
.