seasadj.STR {stR} | R Documentation |
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"), ...)
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
STRmodel
, RSTRmodel
, STR
, AutoSTR
fit <- AutoSTR(log(grocery))
plot(seasadj(fit))