Rev 2 | Blame | Last modification | View Log | Download | RSS feed
\name{deviance}\title{Model Deviance}\usage{deviance(x, ...)}\alias{deviance}\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{glm}}, \code{\link{lm}}.}\keyword{models}