summary.x12(x12)
summary.x12()所属R语言包:x12
Diagnostics summary for objects of class x12
诊断总结为对象的类X12
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Diagnostics summary for objects of class "x12".
诊断总结的对象类"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".
对象类"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 ("acf", "pacf", "acf2").
指定应返回的残差自相关类型的字符或字符向量,即自相关和/或部分自相关性的残差平方残差自相关和/或("acf","pacf" "acf2"“)。
参数: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.
逻辑定义的第二个Q统计量,即Q统计量计算的W / O型的M2质量控制统计,以及返回。
参数: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.
如果TRUE,可能统计AICC,AIC,BIC和HQ将返回以及估计未转换的数据模型的对数似然函数的最大值的。
参数: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
详细信息----------Details----------
Delivers a diagnostics summary.
提供一个诊断总结。
(作者)----------Author(s)----------
Alexander Kowarik, Angelika Meraner
参见----------See Also----------
x12, diagnostics-class, X12-methods
x12,diagnostics-class,X12-methods
实例----------Examples----------
data(AirPassengers)
## Not run: [#不运行:]
summary(x12(AirPassengers,...),q2=TRUE,res.autocorr="acf")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|