Dear all,
I am working on an extended model of Thomas (2002, JPE) to study the aggregate implications of non-convex investment adjustment cost. The codes I write work to solve the S. s., and the BK condition is verified. But a problem arises then (Dynare version: 4.4.3):
Error using disp_dr>subst_auxvar (line 248)
Invalid auxiliary type: AUX_ENDO_LEAD_36
Error in disp_dr (line 107)
str1 = subst_auxvar(dr.state_var(k),-1);
Error in stoch_simul (line 136)
disp_dr(oo_.dr,options_.order,var_list);
Error in dynamics (line 516)
info = stoch_simul(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;
Do anybody know where is the problem? Your help is appreciated.