powered by
Returns the transform function that has been applied.
transformfunction(x)
object of class "seas"
"seas"
Vignette with a more detailed description: http://www.seasonal.website/seasonal.html
Comprehensive list of R examples from the X-13ARIMA-SEATS manual: http://www.seasonal.website/examples.html
Official X-13ARIMA-SEATS manual: https://www.census.gov/ts/x13as/docX13ASHTML.pdf
seas for the main function.
seas
series, for universal X-13 output extraction.
series
plot.seas, for diagnostical plots.
plot.seas
out, for accessing the full output of X-13ARIMA-SEATS.
out
# NOT RUN { m <- seas(AirPassengers) transformfunction(m) # }
Run the code above in your browser using DataLab