[R] CRDW test

2009-08-12 Thread Radha Krishna
Hello All, Could any one of you kindly let me know , if there is an R package which has Cointegrated Regression Durbin Watson test ? lmtest package has a function dwtest but this is not for cointegrated systems, which uses different critical values Regards Radha [[alternative HTML versi

Re: [R] graphs

2009-07-25 Thread Radha Krishna
Hi Mary, One can use arrows too... Here is the code : x<-seq(75,225,0.1) plot(x,dnorm(x,mean=140, sd=15), type='l', col='navy') *arrows(149,0,149,dnorm(149,140,15),length=0) *par(new=T) plot(x,dnorm(x,mean=150, sd=15), type='l', col='orange',axes=F) Regards Radha On Sun, Jul 26, 2009 at 5:09