Returns the residual degrees-of-freedom extracted from a fitted model object.
返回残余度的自由提取拟合模型对象。
用法----------Usage----------
df.residual(object, ...)
参数----------Arguments----------
参数:object
an object for which the degrees-of-freedom are desired.
一个对象的自由程度是需要的。
参数:...
additional optional arguments.
额外的可选参数。
Details
详情----------Details----------
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 on how to use this function.
这是一个通用的功能,可用于提取剩余的“度自由拟合模型。咨询有关如何使用此功能的详细信息,个别的建模功能。
The default method just extracts the df.residual component.
默认的方法提取df.residual组件。
值----------Value----------
The value of the residual degrees-of-freedom extracted from the object x.
对象x中提取的残留度的自由价值。