spc | R Documentation |
.spc
File ContentAccess the content of the .spc
file that governs the behavior of
X-13ARIMA-SEATS.
spc(x)
x |
object of class |
returns an object of class "spclist"
, essentially a list that
contains the information that is sent to X-13ARIMA-SEATS. The corresponding
print
method displays the content of the list as written to the
.spc
file.
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.
series()
, for universal X-13 output extraction.
plot.seas()
, for diagnostical plots.
out()
, for accessing the full output of X-13ARIMA-SEATS.
m <- seas(AirPassengers)
spc(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.