deviance {base}R Documentation

Model Deviance

Description

Returns the deviance of a fitted model object.

Usage

deviance(x, ...)
deviance.lm (x, ...)
deviance.glm(x, ...)
deviance.mlm(x, ...)
deviance.default(x, ...)

Arguments

x an object for which the deviance is desired.
... additional optional argument.

Details

This is a generic function which can be used to extract deviances for fitted models. Consult the individual modeling functions for details details on how to use this function.

There is no default method for this function.

Value

The value of the deviance extracted from the object x.

See Also

df.residual, extractAIC, glm, lm.


[Package Contents]