Skip to content
Prev 7137 / 15274 Next

VECM estimation

Le 19. 12. 10 21:38, Megh Dal a ?crit :
Starting with:

library(vars)
data(Canada)
ve<-ca.jo(Canada, spec="transitory")
indeed I think it is not possible...
cajorls(ve, r=2)
also obtained with cajorls()

Another possibility would have been to use package tsDyn (but less 
features than vars):

ve2<-VECM(Canada, lag=1, r=2, estim="ML")

summary(ve2)