I am trying to simulate a staggered adjustment model (4 kinds of households) and keep getting the following message:
??? Error using ==> print_info
MJDGGES returns the following error code4
Error in ==> stoch_simul at 50
print_info(info);
Error in ==> Benchmark at 197
info=stoch_simul(var_list_);
Error in ==> dynare at 26
evalin('base',fname) ;
I have no idea what is going on - I've never had this problem with DYNARE before. It is doing fine computing the steady state but doesn't seem to know how to deal with the model after that. Is there a maximum number of variables I can have or something like that? Or a maximum number of lags in the endogenous variables?
Thanks in advance for any info people can provide. I am attaching my code in case it helps.