however, if the equation is specified with the following:
Code: Select all
eq_Y.ls dlog(Y)=c(33)+c(34)*dlog(Y(-1))
eq_Y.@varlistCode: Select all
DLOG(Y) Y(-1) Y(-2)When we define the equation by the following
Code: Select all
eq_Y.ls dlog(Y) c dlog(Y(-1))
eq_Y.@varlistCode: Select all
DLOG(Y) C DLOG(Y(-1))