by econ86 » Sun Aug 23, 2015 10:12 am
I placed all the parameters and SS relations that are dependent on the estimated parameters under the steady_state_model block as described in my previous post, but when running the estimation, I encounter the following problem:
Error using print_info (line 72)
The steadystate file did not compute the steady state
Error in print_info (line 72)
error('The steadystate file did not compute the steady
state')
Error in initial_estimation_checks (line 69)
print_info(info, DynareOptions.noprint, DynareOptions)
Error in dynare_estimation_1 (line 179)
oo_ =
initial_estimation_checks(objective_function,xparam1,dataset_,M_,estim_params_,options_,bayestopt_,oo_);
Error in dynare_estimation (line 89)
dynare_estimation_1(var_list,dname);
Error in model1 (line 1058)
dynare_estimation(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;