seasonal (version 1.7.1)

transformfunction: Applied Transformation

Description

Returns the transform function that has been applied.

Usage

transformfunction(x)

Arguments

x

object of class "seas"

References

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

See Also

seas for the main function.

series, for universal X-13 output extraction.

plot.seas, for diagnostical plots.

out, for accessing the full output of X-13ARIMA-SEATS.

Examples

Run this code
# NOT RUN {
m <- seas(AirPassengers)
transformfunction(m)
# }

Run the code above in your browser using DataCamp Workspace