Learn R Programming

s20x (version 3.3.0)

extractTslmFit: Extract the underlying tslm fit

Description

Return the underlying fitted model from a `tslm` object, or the input model unchanged.

Usage

extractTslmFit(model)

Value

A fitted model object.

Arguments

model

a model object.