Rev 7782 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{deviance}\alias{deviance}\alias{deviance.default}\alias{deviance.lm}\alias{deviance.glm}\alias{deviance.mlm}\title{Model Deviance}\description{Returns the deviance of a fitted model object.}\usage{deviance(x, \dots)deviance.lm (x, \dots)deviance.glm(x, \dots)deviance.mlm(x, \dots)deviance.default(x, \dots)}\arguments{\item{x}{an object for which the deviance is desired.}\item{\dots}{additional optional argument.}}\details{This is a generic function which can be used to extract deviances forfitted models. Consult the individual modeling functions for detailsdetails on how to use this function.There is no default method for this function.}\value{The value of the deviance extracted from the object \code{x}.}\seealso{\code{\link{df.residual}},\code{\link{extractAIC}},\code{\link{glm}},\code{\link{lm}}.}\keyword{models}