Rev 15800 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{df.residual}\alias{df.residual}\alias{df.residual.default}\title{Residual Degrees-of-Freedom}\description{Returns the residual degrees-of-freedom extracted from a fitted modelobject.}\usage{df.residual(object, \dots)}\arguments{\item{object}{an object for which the degrees-of-freedom are desired.}\item{\dots}{additional optional arguments.}}\details{This is a generic function which can be used to extract residualdegrees-of-freedom for fitted models. Consult the individual modelingfunctions for details details on how to use this function.The default method just extracts the \code{df.residual} component.}\value{The value of the residual degrees-of-freedom extracted from the object\code{x}.}\seealso{\code{\link{deviance}}, \code{\link{glm}}, \code{\link{lm}}.}\keyword{models}\keyword{regression}