Rev 286 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{df.residual}\title{Residual Degrees-of-Freedom}\usage{df.residual(x, ...)}\alias{df.residual}\arguments{\item{x}{an object for which the degrees-of-freedom are desired.}\item{...}{additional optional arguments.}}\value{The value of the residual degrees-of-freedomextracted from the object \code{x}.This is a generic function which can be used to extractresidual degrees-of-freedom 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{deviance}}, \code{\link{glm}}, \code{\link{lm}}.}\keyword{models}\keyword{regression}