Error message when dynare_senstivity command is used

Hello,

I’ve tried several cases to conduct identification and sensitivity analysis but some did not work. Please offer me any help. Thank you.

Case 1: dynare_sensitivity(identification=1,morris=2)
The sensitivity analysis can be done but the identification analysis is stopped. The following error message is displayed:

Reference to non-existent field ‘ino’.

Error in disp_identification (line 86)
if any(idemodel.ino),

Error in dynare_identification (line 269)
disp_identification(params, idemodel_point, idemoments_point, name, advanced);

Error in map_ident_ (line 61)
pdraws = dynare_identification(options_.options_ident,[lpmatx lpmat(istable,:)]);

Error in dynare_sensitivity (line 219)
map_ident_(OutputDirectoryName,options_gsa);

Error in version2_FB_nlin_est2 (line 294)
dynare_sensitivity(options_gsa);

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

Case 2: dynare_sensitivity(identification=1,morris=1)

No error message is displayed. EET All Moments and Elementary effects in the model are plotted. (Where can I find the documentation for the interpretation of these boxplots?) However, there are no Smirnov statistics and correlation analysis generated. Is it normal?

Case 3: only command “identification;” after verobs block

Again, the following message is displayed:

Reference to non-existent field ‘ino’.

Error in disp_identification (line 86)
if any(idemodel.ino),

Error in dynare_identification (line 269)
disp_identification(params, idemodel_point, idemoments_point, name, advanced);

Error in version2_FB_nlin_est2 (line 292)
dynare_identification(options_ident);

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

Hi,

thanks for pointing to this example. I will have a look and let you know.
Marco

The issue there is that the model does not solve at the prior mean. This is not trapped by the software and an error message will be prompted for the next versions of dynare.

thanks again for pointing to this,
best
Marco