Index out of bounds because size(estim_params_.var_endo)

In your replication code, the following error is generated although the data naming style and path is right as suggested in

[quote]Problem running code]

:

Choose one of the following options:

[1] Consider all the endogenous variables.
[2] Consider all the observed endogenous variables.
[3] Stop Dynare and change the mod file.

options [default is 1] = 1

??? Error using ==> load_xls_file_data at 117
load_xls_file_data: I am not able to read the dates!

Error in ==> dseries.dseries at 131
[freq,init,data,varlist] = load_xls_file_data(varargin{1}, sheet, range);

Error in ==> makedataset at 98
DynareDataset = dseries(datafile);

Error in ==> dynare_estimation_init at 490
[dataset_, dataset_info, newdatainterfaceflag] = makedataset(options_,
options_.dsge_var*options_.dsge_varlag, gsa_flag);

Error in ==> dynare_estimation_1 at 94
[dataset_, dataset_info, xparam1, hh, M_, options_, oo_, estim_params_, bayestopt_,
bounds] = …

Error in ==> dynare_estimation at 91
dynare_estimation_1(var_list,dname);

Error in ==> GarciaCiccoetal2010 at 295
oo_recursive_=dynare_estimation(var_list_);

Error in ==> dynare at 199
evalin(‘base’,fname) ;

What could be the problem.