trend {deseats} | R Documentation |
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, ...)
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.
Value
These generics do not return anything and are just the basis for more sophisticated methods.
[Package deseats version 1.1.0 Index]