Displaying 1 result from an estimated 1 matches for "writex12in".
2004 Jun 10
1
X-12-ARIMA
...less klugey approach.
Below is a clearer explanation of my klugey approach and functions which I've 
used successfully. Feel free to use them.
# create data file for the series to be read by  x12 fortran pgm
# blp is a object of class ts written to file blp.dat in the x12 datevalue
# format
writex12in(blp,"blp")
# create the specification file using your favourite editor say blp.spc to be
# read by x12 fortran pgm
# a vanilla specification file might have the following
# series{
#   title="building consents"
#   start=1973.01
#   span=(1973.01, 2000.12)	
#   period=12
#   f...