Error using identification command

Hi everybody!

I ran the identification command (just before the estimation command), with these options:

  1. identification;
  2. identification; dynare_sensitivity(identification=1, morris=2);
  3. identification(advanced=1,max_dim_cova_group=2);

With any of the three options, I get the following error:

Error using .*
Matrix dimensions must agree.
Error in identification_analysis (line 225)
deltaM = deltaM.*abs(params’);
Error in dynare_identification (line 280)
[idehess_point, idemoments_point, idemodel_point, idelre_point,
derivatives_info_point, info] = …
Error in PATACON_light_oficial_Jun23 (line 1344)
dynare_identification(options_ident);
Error in dynare (line 180)
evalin(‘base’,fname) ;

Does anybody know how to solve this issue?

Thanks in advance,

Rafael

Hi everyone!

Never mind, I just found the source of my error. I think the command doesn’t work when you have estimated measurement errors, so I commented that part of the code, and the identification command now triggers the identification analysis.

Thank you very much.