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