x12Output-class {x12} | R Documentation |
Class "x12Output"
Description
Output class for x12
.
Objects from the Class
Objects can be created by calls of the form new("x12Output", ...)
.
Slots
a1
:Object of class
"ts"
- the original time series.d10
:Object of class
"ts"
- the final seasonal factors.d11
:Object of class
"ts"
- the final seasonally adjusted data.d12
:Object of class
"ts"
- the final trend cycle.d13
:Object of class
"ts"
- the final irregular components.d16
:Object of class
"ts"
- the combined adjustment factors.c17
:Object of class
"ts"
- the final weights for the irregular component.d9
:Object of class
"ts"
- the final replacements for the SI ratios.e2
:Object of class
"ts"
- the differenced, transformed, seasonally adjusted data.d8
:Object of class
"ts"
- the final unmodified SI ratios.b1
:Object of class
"ts"
- the prior adjusted original series.td
:Object of class
"tsOrNULL"
- the trading day componentotl
:Object of class
"tsOrNULL"
- the outlier regression seriessp0
:Object of class
"spectrum"
- the spectrum of the original series.sp1
:Object of class
"spectrum"
- the spectrum of the differenced seasonally adjusted series.sp2
:Object of class
"spectrum"
- the spectrum of modified irregular series.spr
:Object of class
"spectrum"
- the spectrum of the regARIMA model residuals.forecast
:Object of class
"fbcast"
- the point forecasts with prediction intervalsbackcast
:Object of class
"fbcast"
- the point backcasts with prediction intervalsdg
:Object of class
"list"
, containing several seasonal adjustment and regARIMA modeling diagnostics, i.e.:
x11regress, transform, samode, seasonalma, trendma, arimamdl, automdl, regmdl, nout, nautoout, nalmostout, almostoutlier, crit, outlier, userdefined, autooutlier, peaks.seas, peaks.td, id.seas, id.rsdseas, spcrsd, spcori, spcsa, spcirr, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11, q, q2, nmfail, loglikelihood, aic, aicc, bic, hq, aape, autotransform, ifout, rsd.acf, rsd.pacf, rsd.acf2, tsName, frequency, span,...
file
:Object of class
"character"
- path to the output directory and filenametblnames
:Object of class
"character"
- tables read into RRtblnames
:Object of class
"character"
- names of tables read into R
Methods
- summary
signature(object = "x12Output")
: ...- plot
signature(object = "x12Output")
: ...- plotSpec
signature(object = "x12Output")
: ...- plotSeasFac
signature(object = "x12Output")
: ...- plotRsdAcf
signature(object = "x12Output")
: ...
Author(s)
Alexander Kowarik, Angelika Meraner
See Also
x12
,
x12Single
,
x12Batch
,
x12Parameter
,
x12List
,
x12Output
,
x12BaseInfo
,
summary.x12work
,
x12work
Examples
data(AirPassengersX12)
summary(AirPassengersX12)
showClass("x12Output")