x12Single-class {x12} | R Documentation |
Class "x12Single"
Description
Class consisting of all information for x12
.
Objects from the Class
Objects can be created by calls of the form new("x12Single", ...)
.
Slots
ts
:Object of class
ts
x12Parameter
:Object of class
x12Parameter-class
x12Output
:Object of class
x12Output-class
x12OldParameter
:Object of class
list
x12OldOutput
:Object of class
list
tsName
:Object of class
characterOrNULL
firstRun
:Object of class
logical
Methods
setP
signature(object = "x12Single")
getP
signature(object = "x12Single")
prev
signature(object = "x12Single")
cleanArchive
signature(object = "x12Single")
loadP
signature(object = "x12Single")
saveP
signature(object = "x12Single")
summary
signature(object = "x12Single")
x12
signature(object = "x12Single")
plot
signature(object = "x12Single")
crossVal
signature(object = "x12Single")
plotSpec
signature(object = "x12Single")
plotSeasFac
signature(object = "x12Single")
plotRsdAcf
signature(object = "x12Single")
cleanHistory
signature(object = "x12Single")
Note
cleanHistory is deprecated and cleanArchive should be used instead.
Author(s)
Alexander Kowarik
See Also
x12
,
x12Batch
,
x12Parameter
,
x12List
,
x12Output
,
x12BaseInfo
,
summary
,
getP
,
x12work
Examples
## Not run:
s <- new("x12Single",ts=AirPassengers,tsName="air")
s <- setP(s,list(estimate=TRUE,regression.variables="AO1950.1",outlier.types="all",
outlier.critical=list(LS=3.5,TC=2.5)))
s <- x12(s)
## End(Not run)