Page 1 of 1

"Reference to non-existent field "Problem

PostPosted: Fri Jun 28, 2013 8:29 am
by bwangag
Hi Guys

I am trying to estimate external finance premium by China data, and my dynare code 4.3.3 always runs into such problems:

Reference to non-existent field 'y'.

Error in read_variables (line 82)
dyn_tmp_01 = s.(deblank(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 347)
dataset_ =
initialize_dataset(options_.datafile,options_.varobs,options_.first_obs,options_.nobs,transformation,options_.prefilter,xls);

Error in dynare_estimation_1 (line 59)
[dataset_,xparam1, M_, options_, oo_, estim_params_,bayestopt_] = dynare_estimation_init(var_list_,
dname, [], M_, options_, oo_, estim_params_, bayestopt_);

Error in dynare_estimation (line 70)
dynare_estimation_1(var_list,dname);

Error in BGG_CHEN (line 264)
dynare_estimation(var_list_);

Error in dynare (line 120)
evalin('base',fname) ;

I guess probabely it is data set issue, not so sure


Thanks in advance!

Re: "Reference to non-existent field "Problem

PostPosted: Fri Jun 28, 2013 12:01 pm
by jpfeifer
Your model stochastically singular.
Error using initial_estimation_checks (line 34)
initial_estimation_checks:: Estimation can't take place because there are less declared shocks than observed variables!