This help topic is for R version 1.5.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/deviance.html
deviance {base}R Documentation

Model Deviance

Description

Returns the deviance of a fitted model object.

Usage

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

Arguments

object

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 on how to use this function.

There is no default method for this function.

Value

The value of the deviance extracted from the object object.

See Also

df.residual, extractAIC, glm, lm.


[Package base version 1.5.0 ]