powered by
seasadj.STR extracts seasonally adjusted data by removing the seasonal components from the result of STR decomposition.
seasadj.STR
# S3 method for STR seasadj(object, include = c("Trend", "Random"), ...)
Result of STR decomposition.
Vector of component names to include in the result. The default is c("Trend", "Random").
c("Trend", "Random")
Other arguments not currently used.
Alexander Dokumentov
STRmodel, RSTRmodel, STR, AutoSTR
STRmodel
RSTRmodel
STR
AutoSTR
# \donttest{ fit <- AutoSTR(log(grocery)) plot(seasadj(fit)) # }
Run the code above in your browser using DataLab