Learn R Programming

x12 (version 1.0-2)

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

See Also

X12,x12Batch, x12Parameter, x12List, x12Output, x12BaseInfo,summary.x12, x12

Examples

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

Run the code above in your browser using DataLab