df.residual.egf {epigrowthfit} | R Documentation |
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).
## S3 method for class 'egf'
df.residual(object, ...)
object |
an |
... |
unused optional arguments. |
An integer.
The generic function df.residual
.