out
function shows the full content of the X-13ARIMA-SEATS output.
If you are using the HTML version of X-13 (recommended), the output is
displayed in the browser. If you are using the non-HTML version, the output
is shown in the console.out(x, browser = getOption("browser"), line = 1, n = 100, search = NULL,
...)
"seas"
.browseURL
(ignored in the non-HTML version).seas
."seas"
objects small, seas
does not save
the output by default. Instead, out
re-evaluates the model. Comprehensive list of R examples from the X-13ARIMA-SEATS manual:
Official X-13ARIMA-SEATS manual:
seas
for the main function of seasonal.m <- seas(AirPassengers)
out(m)
out(m, automdl.print = "autochoicemdl")
arguments ignored in the HTML version
out(m, search = "regARIMA model residuals")
out(m, search = "Normality Statistics for regARIMA")
Run the code above in your browser using DataLab