Re: [R] Cointegration no constant

2008-03-20 Thread Pfaff, Bernhard Dr.
> >Hi, > >I am trying to estimate a VECM without constant using the >following code: > >data(finland) >sjf <- finland >sjf.reg<-ca.jo(sjf, type = c("eigen"), ecdet = c("none"), K = >2,spec=c("transitory"), season = NULL, dumvar = NULL) >cajools(sjf.reg) > > >While the cointegration test does not

[R] Cointegration no constant

2008-03-19 Thread Ralph S.
Hi, I am trying to estimate a VECM without constant using the following code: data(finland) sjf <- finland sjf.reg<-ca.jo(sjf, type = c("eigen"), ecdet = c("none"), K = 2,spec=c("transitory"), season = NULL, dumvar = NULL) cajools(sjf.reg) While the cointegration test does not use a constant,