by Abderhman » Tue May 13, 2014 1:38 pm
Ok thanks now the following message appears:
You did not declare endogenous variables after the estimation/calib_smoother command.
Error: File: data2.m Line: 1 Column: 3
The input character is not valid in MATLAB statements or expressions.
Error in read_variables (line 72)
eval(basename);
Error in initialize_dataset (line 32)
rawdata = read_variables(datafile,varobs,[],xls.sheet,xls.range);
Error in dynare_estimation_init (line 477)
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 84)
dynare_estimation_1(var_list,dname);
Error in dynar (line 408)
dynare_estimation(var_list_);
Error in dynare (line 174)
evalin('base',fname) ;