seasadj.STR: Seasonal adjustment based on STR

View source: R/seasadj.R

seasadj.STRR 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"), ...)

seasadj(object, ...)

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(s)

Alexander Dokumentov

See Also

STRmodel, RSTRmodel, STR, AutoSTR

Examples



fit <- AutoSTR(log(grocery))
plot(seasadj(fit))


stR documentation built on Aug. 11, 2023, 1:10 a.m.