Error No Lag Specification Provided
Posted: Sun Sep 03, 2017 8:30 pm
Hi all,
Thank you in advance for all comments and help!
I am trying to write the code for a vecm.
I ran
var VECM
VECM.append(coint) b(1,2)=-2, b(1,1)=1
VECM.ec(a,1,restrict) 1 1 log(x) log(y) @dlog(z(-0)) dlog(z(-2))
and i got an error which says no lag specification provided for VAR estimation in "Do_VECM.EC(a,1,restrict) 1 1 log(x) log(y) @dlog(z(-0)) dlog(z(-2))".
Didn't I already specifiy the lag pairs of 1 1?
All help is appreciated!
Thank you in advance for all comments and help!
I am trying to write the code for a vecm.
I ran
var VECM
VECM.append(coint) b(1,2)=-2, b(1,1)=1
VECM.ec(a,1,restrict) 1 1 log(x) log(y) @dlog(z(-0)) dlog(z(-2))
and i got an error which says no lag specification provided for VAR estimation in "Do_VECM.EC(a,1,restrict) 1 1 log(x) log(y) @dlog(z(-0)) dlog(z(-2))".
Didn't I already specifiy the lag pairs of 1 1?
All help is appreciated!