Page 1 of 1

MJDGGES returns the following error code: 16

PostPosted: Sun Dec 04, 2011 12:25 pm
by mayong1982
when running my dynare, the problem arises as the follows:

??? Error using ==> print_info
MJDGGES returns the following error code: 16

Error in ==> stoch_simul at 71
print_info(info, options_.noprint);

Error in ==> macroprudential at 295
info = stoch_simul(var_list_);

Error in ==> dynare at 120
evalin('base',fname) ;

what's the problem? who can tell me please?many thanks!

Re: MJDGGES returns the following error code: 16

PostPosted: Sun Dec 04, 2011 12:46 pm
by jpfeifer
The following endogenous variables aren't present at the current period in the model:
rg
kr

model_diagnostic: the Jacobian of the static model is singular

there is 2 colinear relationships between the variables and the equations
Relation 1
Colinear variables:
d
b
s
bk
w
p
q
z
kr
rk
Relation 2
Colinear variables:
kr
Relation 1
Colinear equations
2 3 4 5 6 7 8 9 10 11 16 17 18 20 21 22 23 24 26

Relation 2
Colinear equations
1 25