For example, is there way to set the following when I'm programming so that c(2) = -0.15 and that carries into the estimation and the output?
Code: Select all
LOG(TSEC ) = C(1) + C(2)*LOG(DIESEL)+C(3)*(POP) + C(4)*LOG(gdp)+ C(5)*DUMMYQ1 + C(6)*DUMMYQ2 +C(7)*DUMMYQ3
