Displaying 2 results from an estimated 2 matches for "tbill".
Did you mean:
  bill
  
2004 Nov 15
2
tsdiag() titles
...e"> that I can use?  This would be quite helpful when I print out
the plots, so I can tell which plot goes with a particular data set and
model.  I can't seem to find any examples where this 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...
2011 Dec 23
1
Help creating a symmetric matrix?
...ot;)
#read the output file of MINE analysis
x=read.csv("C:/Rwork/indexes.csv,B=n^0.6,k=15,Results.csv",header=TRUE)
#isolate one half of matrix
newx<-x[,1:3]
newx
             X.var          Y.var MIC..strength.
1     US.Equities Int.l.Equities        0.33740
2        US.Bonds       US.Tbill        0.26657
3        US.Tbill      Inflation        0.23388
4     Commodities      Inflation        0.23122
5     Commodities       US.Tbill        0.21476
6     US.Equities       US.Tbill        0.20829
7        US.Bonds      Inflation        0.20486
8  Int.l.Equities    Commodities        0.19...