search for: tbill1

Displaying 1 result from an estimated 1 matches for "tbill1".

Did you mean: tbills
2004 Nov 15
2
tsdiag() titles
...n 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 82071 (3...