I am a novice user of Dynare. I try to turn my model for some time (for my master thesis that I have to submit the paper before August 25). Turning the model I get this message.
- Code: Select all
An infinite element was encountered when trying to solve equation(s) 50
with respect to the variable(s): R_star.
??? Error using ==> lnsrch1 at 71
Some element of Newton direction isn't finite. Jacobian maybe singular
or there is a problem with initial values
Error in ==> solve1 at 107
[x,f,fvec,check]=lnsrch1(xold,fold,g,p,stpmax,func,j1,j2,varargin{:});
Error in ==> dynare_solve at 150
[x,info]=solve1(func,x,j1(r(i):r(i+1)-1),j2(r(i):r(i+1)-1),jacobian_flag,
...
Error in ==> evaluate_steady_state at 66
[ys,check] = dynare_solve([M.fname '_static'],...
Error in ==> steady_ at 54
[steady_state,params,info] =
evaluate_steady_state(oo_.steady_state,M_,options_,oo_,~options_.steadystate.nocheck);
Error in ==> steady at 81
[steady_state,M_.params,info] = steady_(M_,options_,oo_);
Error in ==> myCod at 661
steady;
Error in ==> dynare at 180
evalin('base',fname) ;
Please can someone help me? I attach my .mod file