It seems that in dynare_estimation, the call to function McMCDiagnostics, misses the arguments this function is expecting (Dynare crashed with message:
??? Input argument "options_" is undefined.
Error in ==> McMCDiagnostics at 36
TeX = options_.TeX;
Error in ==> dynare_estimation at 976
McMCDiagnostics;
Error in ==> nawm_linear at 1224
dynare_estimation(var_list_);
Error in ==> dynare at 102
evalin('base',fname) ;
I think it should read
- Code: Select all
McMCDiagnostics(options_, estim_params_, M_);
(I'm not giving the line number as mine does not correspond to the original, use search McMCDiagnostics to spot it).
Best
Gianni