deviance {base} | R Documentation |
Returns the deviance of a fitted model object.
deviance(object, ...)
deviance.lm (object, ...)
deviance.glm(object, ...)
deviance.mlm(object, ...)
deviance.default(object, ...)
object |
an object for which the deviance is desired. |
... |
additional optional argument. |
This is a generic function which can be used to extract deviances for fitted models. Consult the individual modeling functions for details on how to use this function.
There is no default method for this function.
The value of the deviance extracted from the object object
.
df.residual
,
extractAIC
,
glm
,
lm
.