seasadj.STR {stR} | R Documentation |
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"), ...)
Arguments
object |
Result of STR decomposition. |
include |
Vector of component names to include in the result. The default is |
... |
Other arguments not currently used. |
Author(s)
Alexander Dokumentov
See Also
STRmodel
, RSTRmodel
, STR
, AutoSTR
Examples
fit <- AutoSTR(log(grocery))
plot(seasadj(fit))
[Package stR version 0.7 Index]