Hello,
I try to reproduce some results of an estimated DSGE model and I don't know how can I resolve this problem. The error message is :
Error using dynare_estimation_1 (line 81)
Not enough input arguments.
Error in dynare_estimation (line 62)
dynare_estimation_1(var_list,varargin{:});
Error in trigaribyme (line 489)
dynare_estimation(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;
Note that this message is same when I try to reproduce other estimated code available on the dynare exemple page.
Many thanks