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"), ...)
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
Alexander Dokumentov