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) ;