Learn R Programming

deseats (version 1.1.0)

trend: Obtain Estimated Components of a Time Series

Description

Obtain estimated components, such as the estimated trend, the seasonally adjusted series, and so on from an estimation object.

Usage

trend(object, ...)

deseasonalize(object, ...)

detrend(object, ...)

Value

These generics do not return anything and are just the basis for more sophisticated methods.

Arguments

object

the estimation object.

...

currently without use; included for future compatibility.

Details

Generics that can be extended by methods to obtain (estimated) time series components from certain estimation objects.