
Returns the deviance of a fitted model object.
deviance(object, …)
an object for which the deviance is desired.
additional optional argument.
The value of the deviance extracted from the object object
.
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.
Chambers, J. M. and Hastie, T. J. (1992) Statistical Models in S. Wadsworth & Brooks/Cole.
df.residual
,
extractAIC
,
glm
,
lm
.