Learn R Programming

x12 (version 1.10.3)

x12Single-class: Class "x12Single"

Description

Class consisting of all information for x12.

Arguments

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")

See Also

x12, '>x12Batch, '>x12Parameter, '>x12List, '>x12Output, '>x12BaseInfo, summary, getP, x12work

Examples

Run this code
# 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)
# }

Run the code above in your browser using DataLab