When estimating a model I run into the error message below, which I do not understand - could anybody provide me with some information on this?
Thanks,
Jesper Linaa
??? Assignment has more non-singleton rhs dimensions than non-singleton
subscripts
Error in ==> <a href="error:D:\JL\MATLAB\dyn_mat_v3_064\dynare_v3\matlab\set_prior.m,42,1">set_prior at 42</a>
estim_params_.var_endo(i,1) = strmatch(deblank(lgy_(estim_params_.var_endo(i,1),:)),deblank(options_.varobs),'exact');
Error in ==> <a href="error:D:\JL\MATLAB\dyn_mat_v3_064\dynare_v3\matlab\dynare_estimation.m,87,1">dynare_estimation at 87</a>
[xparam1,estim_params_,bayestopt_,lb,ub]=set_prior(estim_params_);
Error in ==> <a href="error:n:\RAPPORT\F07\Kap2\MATLAB\dynare\RoT\est\est070314\RoT.m,613,1">RoT at 613</a>
dynare_estimation(var_list_);
Error in ==> <a href="error:D:\JL\MATLAB\dyn_mat_v3_064\dynare_v3\matlab\dynare.m,26,1">dynare at 26</a>
evalin('base',fname) ;