Hi,
I am using Bayesian estimation in Dynare. However, I keep getting the error in the following. I double checked the mod file and data file (dataS1), the variable names are the same.
I am confusing what is the problem now.
It is highly appreciated that anyone could help me to figure out the problem.
Thanks
Kevin
Reference to non-existent field ‘c’.
Error in read_variables (line 84)
dyn_tmp_01 = s.(deblank(var_names_01(dyn_i_01,:)));
Error in initialize_dataset (line 32)
rawdata = read_variables(datafile,varobs,[],xls.sheet,xls.range);
Error in dynare_estimation_init (line 475)
dataset_ =
initialize_dataset(options_.datafile,options_.varobs,options_.first_obs,options_.nobs,transformation,options_.prefilter,xls);
Error in dynare_estimation_1 (line 81)
[dataset_,xparam1, hh, M_, options_, oo_, estim_params_,bayestopt_] = dynare_estimation_init(var_list_,
dname, [], M_, options_, oo_, estim_params_, bayestopt_);
Error in dynare_estimation (line 89)
dynare_estimation_1(var_list,dname);
Error in sme_estimation (line 399)
dynare_estimation(var_list_);
Error in dynare (line 180)
evalin(‘base’,fname) ;
dataS1.xlsx (14.4 KB)
sme_estimation.mod (5.0 KB)