I find the following error when trying to run the identification command "dynare_sensitivity(prior_range=1,stab=1,identification=1,morris=1,graph_format=fig);"
Starting bivariate analysis:
Correlation analysis for prior_stable
No correlation term with pvalue <0 found for prior_stable
Correlation analysis for prior_unacceptable
No correlation term with pvalue <0 found for prior_unacceptable
Correlation analysis for prior_unstable
No correlation term with pvalue <0 found for prior_unstable
Computing theoretical moments ...
... done !
??? Reference to non-existent field 'ghx'.
Error in ==> map_ident_ at 117
ic = [ nstatic+(1:npred) endo_nbr+(1:size(oo_.dr.ghx,2)-npred) ]';
Error in ==> dynare_sensitivity at 225
map_ident_(OutputDirectoryName,options_gsa);
Error in ==> FAFI_FIRF_v7_estimacao at 1887
dynare_sensitivity(options_gsa);
Error in ==> dynare at 120
evalin('base',fname) ;
Can you please tell me what's wrong? Thanks