| x12Single-class | R Documentation |
"x12Single"Class consisting of all information for x12.
Objects can be created by calls of the form new("x12Single", ...).
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
setPsignature(object = "x12Single")
getPsignature(object = "x12Single")
prevsignature(object = "x12Single")
cleanArchivesignature(object = "x12Single")
loadPsignature(object = "x12Single")
savePsignature(object = "x12Single")
summarysignature(object = "x12Single")
x12signature(object = "x12Single")
plotsignature(object = "x12Single")
crossValsignature(object = "x12Single")
plotSpecsignature(object = "x12Single")
plotSeasFacsignature(object = "x12Single")
plotRsdAcfsignature(object = "x12Single")
cleanHistorysignature(object = "x12Single")
cleanHistory is deprecated and cleanArchive should be used instead.
Alexander Kowarik
x12,
x12Batch,
x12Parameter,
x12List,
x12Output,
x12BaseInfo,
summary,
getP,
x12work
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.