x12GUI: Graphical User Interface for the S4 implementation of the...

Description Usage Arguments Author(s) References See Also Examples

View source: R/x12GUI.R

Description

GUI

Usage

1
  x12GUI(x12orig, ...)

Arguments

x12orig

object of class x12Batch or x12Single

...

further arguments (currently ignored).

Author(s)

Daniel Schopfhauser

References

Alexander Kowarik, Angelika Meraner, Matthias Templ, Daniel Schopfhauser (2014). Seasonal Adjustment with the R Packages x12 and x12GUI. Journal of Statistical Software, 62(2), 1-21. URL http://www.jstatsoft.org/v62/i02/.

See Also

x12, x12env, x12Single, x12Batch, x12Parameter, x12List, x12Output, x12BaseInfo, summary,

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
## Not run: 
x12path("../x12a.exe")
data(AirPassengersX12Batch)
xbn <- x12GUI(AirPassengersX12Batch)

##Create new x12Single and x12Batch objects
s1 <- new("x12Single",ts=AirPassengers,tsName="air")
s1 <- setP(s1,list(slidingspans=TRUE,history=TRUE,
  history.estimates=c("sadj","sadjchng","trend","trendchng","aic"),
  history.sadjlags=c(1,12),automdl=TRUE))
s2 <- new("x12Single",ts=ldeaths,tsName="ldeaths")
s3 <- new("x12Single",ts=UKgas,tsName="UKgas")
b <- new("x12Batch",list(s1,s2,s3))
##Use GUI to handle single object
s1 <- x12GUI(s1)
##Use GUI to handle batch object
b <- x12GUI(b)

## End(Not run)

alexkowa/x12GUI documentation built on Oct. 8, 2021, 8:41 a.m.