Learn R Programming

x12 (version 1.0-2)

summary.x12: Diagnostics summary for objects of class x12

Description

Diagnostics summary for objects of class "x12".

Usage

## S3 method for class 'x12':
summary(object,fullSummary=FALSE, spectra.detail=FALSE,almostout=FALSE,rsd.autocorr=NULL,
                      q2=FALSE,likelihood.stat=FALSE,aape=FALSE,id.rsdseas=FALSE,...)

Arguments

object
an object of class "x12".
fullSummary
logical defining whether all available optional diagnostics below should be included in the summary.
spectra.detail
logical defining whether more detail on the spectra should be returned.
almostout
logical defining whether "almost" outliers should be returned.
rsd.autocorr
character or character vector specifying the type of autocorrelation of the residuals that should be returned, i.e. the autocorrelations and/or partial autocorrelations of the residuals and/or the autocorrelations of the squared residuals ("a
q2
logical defining whether the second Q statistic, i.e. the Q Statistic computed w/o the M2 Quality Control Statistic, should be returned as well.
likelihood.stat
if TRUE, the likelihood statistics AIC, AICC, BIC and HQ are returned as well as the estimated maximum value of the log likelihood function of the model for the untransformed data.
aape
logical defining whether the average absolute percentage error for forecasts should be returned.
id.rsdseas
logical defining whether the presence/absence of residual seasonality should be indicated.
...
ignored at the moment

Details

Delivers a diagnostics summary.

See Also

x12, diagnostics-class, X12-methods

Examples

Run this code
data(AirPassengers)
summary(x12(AirPassengers,...),q2=TRUE,res.autocorr="acf")

Run the code above in your browser using DataLab