Learn R Programming

s20x (version 3.3.0)

getTslmResidualDf: Get tslm residual degrees of freedom

Description

Extract residual degrees of freedom from a fitted model and its summary.

Usage

getTslmResidualDf(fit, fitSummary)

Value

The residual degrees of freedom, or `NA_integer_` if unavailable.

Arguments

fit

the underlying fitted model.

fitSummary

summary output from the fitted model.