When i estimate an equation with CFX and then click on representations it gives me the option of "estimation equation" it is the code, where each independent variable has the number of the coefficient in brackets. it looks like this: C(1)*LOG(CONS(-1)) and so forth.
unfortunately, it gives me a syntax error, when i copy and paste the code and want to do it again (via pressing run in a program). as this procedure works with equations where is no CFX it must be something with the CFX.
Code: Select all
DLOG(CONS) = C(1)*LOG(CONS(-1)) + C(2)*LOG(WS(-1)) + C(3)*LOG(Y(-1)) + C(4)*DLOG(Y) + C(5)*DLOG(WS) + C(6)*DLOG(Y(-1)) + C(7)*DLOG(Y(-2)) + C(8)*DLOG(Y(-3)) + C(9)*DLOG(Y(-4)) + C(10)*DLOG(Y(-5)) + C(11)*DLOG(Y(-6)) + C(12)*DLOG(Y(-7)) + C(13)*DLOG(Y(-8)) + C(14)*DLOG(WS(-1)) + C(15)*DLOG(WS(-2)) + C(16)*DLOG(WS(-3)) + C(17)*DLOG(WS(-4)) + C(18)*DLOG(WS(-5)) + C(19)*DLOG(WS(-6)) + C(20)*DLOG(WS(-7)) + C(21)*DLOG(WS(-8)) + C(22) + [CX=F]
i tried already putting a C(23)*[CX=F] but it didn't work either.
I am desperate
cheers
YK
