Can someone help me, or tell me if it has happened too? I have this error after the estimation of the model, when I try to calculate the historical decomposition
Error in makedataset (line 252)
DynareDataset = DynareDataset(FIRSTOBS:lastobs);
Error in dynare_estimation_init (line 538)
[dataset_, dataset_info, newdatainterfaceflag] = makedataset(options_,
options_.dsge_var*options_.dsge_varlag, gsa_flag);
Error in evaluate_smoother (line 64)
[dataset_,dataset_info,xparam1, hh, M_, options_, oo_,
estim_params_,bayestopt_] = dynare_estimation_init(var_list, M_.fname, [], M_,
options_, oo_, estim_params_, bayestopt_);
Error in shock_decomposition (line 75)
[oo_, M_, junk1, junk2, Smoothed_Variables_deviation_from_mean] =
evaluate_smoother(parameter_set, varlist, M_, oo_, options_, bayestopt_,
estim_params_);
Error in estimado_02_dsgevar (line 795)
[oo_,M_]=
shock_decomposition(M_,oo_,options_,var_list_,bayestopt_,estim_params_);
Error in dynare (line 223)
evalin(‘base’,fname) ;