I've been trying to estimate a model with Dynare but I keep getting the following error message:
Starting Dynare ...
Starting preprocessing of the model file ...
34 equation(s) found
Processing derivation ...
Processing Order 1... done
Processing Order 2... done
Processing outputs ...
Preprocessing completed.
Starting Matlab computing ...
STEADY: numerical initial values incompatible with the following equations
Columns 1 through 16
1 3 4 5 7 8 9 10 11 12 13 15 16 19 20 21
Columns 17 through 28
22 23 24 25 26 27 28 29 30 31 32 33
??? Error using ==> dynare_solve at 82
exiting ...
Error in ==> steady_ at 69
[oo_.steady_state,check] = dynare_solve([M_.fname '_static'],...
Error in ==> steady at 52
steady_;
Error in ==> tao14 at 362
steady;
Error in ==> dynare at 102
evalin('base',fname) ;
I've gone through the code several times, but haven''t been able to find the source of the problem. Any thoughts/advice would be greatly appreciated.
Many thanks!!!
d