df.residual.egf: Extract the Residual Degrees of Freedom

View source: R/extract.R

df.residual.egfR 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 egf object.

...

unused optional arguments.

Value

An integer.

See Also

The generic function df.residual.


epigrowthfit documentation built on April 3, 2025, 10:51 p.m.