by costa » Thu Dec 19, 2013 8:46 pm
I would like to add that I constantly get the following error, whenever I change the estimation command. To make it clear, I am trying to estimate again my model, but with one less observable, but apparentely dynare stores the variable that I am trying to remove (prm_hat, in this case). I´m pretty sure that it is not a problem of the code.
Thanks,
Error using eval
Undefined function or variable 'prm_hat'.
Error in read_variables (line 74)
dyn_tmp_01 = eval(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 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 oil_estimado (line 1104)
dynare_estimation(var_list_);
Error in dynare (line 162)
evalin('base',fname) ;