df.residual.egf {epigrowthfit} | R Documentation |
Extract the Residual Degrees of Freedom
Description
Extracts from a model object the number of observations
(see nobs
)
minus the number of estimated parameters
(fixed effect coefficients and random effect covariance parameters).
Usage
## S3 method for class 'egf'
df.residual(object, ...)
Arguments
object |
an |
... |
unused optional arguments. |
Value
An integer.
See Also
The generic function df.residual
.
[Package epigrowthfit version 0.15.3 Index]