Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

seasadj.STR

Seasonal adjustment based on STR


Description

seasadj.STR extracts seasonally adjusted data by removing the seasonal components from the result of STR decomposition.

Usage

## S3 method for class 'STR'
seasadj(object, include = c("Trend", "Random"), ...)

seasadj(object, ...)

Arguments

object

Result of STR decomposition.

include

Vector of component names to include in the result. The default is c("Trend", "Random").

...

Other arguments not currently used.

Author(s)

Alexander Dokumentov

See Also

Examples

fit <- AutoSTR(log(grocery))
plot(seasadj(fit))

stR

STR Decomposition

v0.4
GPL (>= 2)
Authors
Alexander Dokumentov, Rob J Hyndman
Initial release
2018-05-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.