Starting Dynare (version 4.2.4).
Starting preprocessing of the model file ...
ERROR: ramst1.mod:10.1-3: syntax error, unexpected END
我看您的上面在第十行,也就是model后结束是有end的啊,为什么他还报错?
Starting Dynare (version 4.2.4).
Starting preprocessing of the model file ...
ERROR: lx.mod:30.1-5: syntax error, unexpected NAME
??? Error using ==> dynare at 114
DYNARE: preprocessing failed
我查了几遍,可是没发现打错啊?
var y k l z c i g ex ms r f;
varexo epsilon_g epsilon_z epsilon_f epsilon_ms epsilon_ex;
parameters beta alpha delta gam_l gam_c gam_i gam_g gam_ex
gam_ms j eta_ms gam_mss eta_g eta_f kk hh
rho_g rho_z rho_f rho_ex;
beta=0.9;
alpha=0.355;
delta=0.05;
gam_l=1;
gam_c=0.3778;
gam_i=0.5329;
gam_g=0.1971;
gam_ex=0.5328;
gam_ms=0.1224;
j=0.019;
eta_ms=0.97;
gam_mss=26127;
eta_g=0.7;
eta_f=2;
kk=0.3;
hh=0.01;
rho_g=0.67;
rho_z=0.95;
rho_ex=0.673;
rho_f=0.98