Obtain the deviance of a model fitted using LMMsolve.
Usage
# S3 method for class 'LMMsolve'
deviance(object, relative = TRUE, includeConstant = TRUE, ...)
Arguments
- object
an object of class LMMsolve
- relative
Deviance relative conditional or absolute unconditional (-2*logLik(object))? Default
relative = TRUE
.- includeConstant
Should the constant in the restricted log-likelihood be included. Default is
TRUE
, as for example inlme4
and SAS. Inasreml
the constant is omitted.- ...
some methods for this generic require additional arguments. None are used in this method.