This help topic is for R version 1.1. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/df.residual.html
df.residual {base}R Documentation

Residual Degrees-of-Freedom

Description

Returns the residual degrees-of-freedom extracted from a fitted model object. df.residual(x, ...) \itemxan object for which the degrees-of-freedom are desired. \item...additional optional arguments. This is a generic function which can be used to extract residual degrees-of-freedom for fitted models. Consult the individual modeling functions for details details on how to use this function.

There is no default method for this function. The value of the residual degrees-of-freedom extracted from the object x. deviance, glm, lm. models regression


[Package base version 1.1 ]