Displaying 1 result from an estimated 1 matches for "readx12out".
2004 Jun 10
1
X-12-ARIMA
...ave=(b1 c17 d10 d11 d12 d13)
# savelog=(m1 m2 m3 m4 m5 m6 m7 m8 m9 m10 m11 q q2 msr icr fb1 fd8 msf ids)
# }
# execute the x12 fortran pgm. executable x12a stored in /home/fred/x12a
system("/home/fred/x12a/x12a blp")
# read x12 fortran pgm output tables back into R
blp.x12 <- readx12out("blp", adtype="M", calendar=F, tblnames=NULL)
# basic versions of writex12in and readx12out
writex12in <- function(tso,file){
write.table(cbind(time(tso) %/% 1, cycle(tso), tso),
file=paste(file,".dat",sep=""),
sep=&quo...