x12Single-class(x12)
x12Single-class()所属R语言包:x12
Class "x12Single"
类“x12Single”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class consisting of all information for X12.
由所有信息X12。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("x12Single", ...).
可以创建对象通过调用的形式new("x12Single", ...)。
插槽----------Slots----------
ts: Object of class ts
ts:对象类ts的
x12Parameter: Object of class x12Parameter-class
x12Parameter:对象类x12Parameter-class的
x12Output: Object of class x12Output-class
x12Output:对象类x12Output-class的
x12OldParameter: Object of class list
x12OldParameter:对象类list的
x12OldOutput: Object of class list
x12OldOutput:对象类list的
tsName: Object of class characterOrNULL
tsName:对象类characterOrNULL的
firstRun: Object of class logical
firstRun:对象类logical的
方法----------Methods----------
cleanHistory signature(object = "x12Single")
cleanHistorysignature(object = "x12Single")
getP signature(object = "x12Single")
getPsignature(object = "x12Single")
prev signature(object = "x12Single")
prevsignature(object = "x12Single")
setP signature(object = "x12Single")
setPsignature(object = "x12Single")
summary signature(object = "x12Single")
summarysignature(object = "x12Single")
X12 signature(object = "x12Single")
X12signature(object = "x12Single")
plot signature(object = "x12Single")
plotsignature(object = "x12Single")
crossVal signature(object = "x12Single")
crossValsignature(object = "x12Single")
plotSpec signature(object = "x12Single")
plotSpecsignature(object = "x12Single")
plotSeasFac signature(object = "x12Single")
plotSeasFacsignature(object = "x12Single")
plotRsdAcf signature(object = "x12Single")
plotRsdAcfsignature(object = "x12Single")
(作者)----------Author(s)----------
Alexander Kowarik
参见----------See Also----------
X12, x12Batch, x12Parameter, x12List, x12Output, x12BaseInfo, summary.x12, x12
X12,x12Batch,x12Parameter,x12List,x12Output,x12BaseInfo,summary.x12,x12
实例----------Examples----------
## Not run: [#不运行:]
s <- new("x12Single",ts=AirPassengers,tsName="air")
s <- setP(s,list(estimate=TRUE,regvariables="AO1950.1",outlier="all",critical=list(LS=3.5,TC=2.5)))
s <- X12(s)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|