Seasonal adjustment based on STR
seasadj.STR
extracts seasonally adjusted data by removing the seasonal components from the result of STR decomposition.
## S3 method for class 'STR' seasadj(object, include = c("Trend", "Random"), ...) seasadj(object, ...)
object |
Result of STR decomposition. |
include |
Vector of component names to include in the result. The default is |
... |
Other arguments not currently used. |
Alexander Dokumentov
fit <- AutoSTR(log(grocery)) plot(seasadj(fit))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.