out | R Documentation |
The out
function shows the full content of the X-13ARIMA-SEATS output
in the browser. If you want to use a specific statistic in R, the
udg()
function is preferable.
out(x, browser = getOption("browser"), ...)
x |
an object of class |
browser |
browser to be used, passed on to
|
... |
additional spec-arguments options sent to X-13ARIMA-SEATS during
re-evaluation, passed to |
To keep the size of "seas"
objects small, seas
does not save
the output by default. Instead, out
re-evaluates the model.
displays the output as a side effect.
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://www2.census.gov/software/x-13arima-seats/x13as/windows/documentation/docx13as.pdf
seas()
for the main function of seasonal.
## Not run:
m <- seas(AirPassengers)
out(m)
# customizing the output with additional elements
out(m, automdl.print = "autochoicemdl")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.