Displaying 1 result from an estimated 1 matches for "hw_arima".
Did you mean:
f_arima
2004 Nov 15
2
tsdiag() titles
...s has been done, and no
options (other than gof.lag) are listed in the R manual.
library(ts)
data(tbills) #Treasury Bills
attach(tbills)
ts.tbills<-ts(tbills)
diff.tbills<-diff(ts.tbills) #Differenced Series
arima.diff.tbills.100<-arima(ts.tbills, order=c(1,0,0))
win.metafile("HW_ARIMA/tbill1.wmf")
tsdiag(arima.diff.tbills.100, main="Treasury Bills") #main= does not
work, is there a way to name the plot?
dev.off()
?
Thanks for any help or ideas.
?
Andrew Kniss
Assistant Research Scientist
University of Wyoming
Dept. 3354?
1000 E. University Ave.
Laramie, WY 8...