Page 1 of 1
Asking for your help
Posted:
Sat Jun 24, 2017 2:12 pm
by chenp2002
hello everybody,
when I use dynare,it show that information,can you tell me what's wrong with the program,thank you very much!!!!
Reference to non-existent field 'exo_nbr'.
Error in shmo (line 575)
if M_.exo_nbr > 0;
Error in dynare (line 180)
evalin('base',fname) ;
Re: Asking for your help
Posted:
Sat Jun 24, 2017 2:23 pm
by jpfeifer
Never put
- Code: Select all
clear all;
in a mod-file
Re: Asking for your help
Posted:
Sat Jun 24, 2017 2:57 pm
by chenp2002
thank you very much!!!
the problem had soluted,but it show the information:
STEADY: numerical initial values or parameters incompatible with the following equations
2 6 8 13 14 18 19 23 24 28 40
Check whether your model in truly linear
Error using print_info (line 80)
The steady state contains NaN or Inf
Error in check (line 76)
print_info(info, 0, options);
Error in shbank (line 583)
oo_.dr.eigval = check(M_,options_,oo_);
Error in dynare (line 180)
evalin('base',fname) ;
>>
Re: Asking for your help
Posted:
Sun Jun 25, 2017 8:47 am
by jpfeifer
Your model is not linear, so don't use
- Code: Select all
model(linear);
Also, check all equations again.
Re: Asking for your help
Posted:
Mon Jun 26, 2017 2:02 am
by chenp2002
Dear Professor jpfeifer,
Thank you for the quick response. Following your advice, I think I will check my equations. thanks for your advise.