Identification command

Hello,

when adding this command to Dynare 4.3.2:
identification(parameter_set=posterior_mean,advanced=1);

I get an error message like this:
Reference to non-existent field ‘posterior_mean’.
Error in get_posterior_parameters (line 46)
xparam(m) = eval(‘oo_.posterior_’ type ‘.shocks_std.’ name1]);
Error in dynare_identification (line 246)
params(1,:slight_smile: = get_posterior_parameters(‘mean’);
Error in est_habit_model (line 233)
dynare_identification(options_ident);
Error in dynare (line 120)
evalin(‘base’,fname) ;

The same command is working for the prior mean. Why cant I do the analysis for the posterior mean?

Thanks in advance!

This might be a bug in 4.3.2. Could you try the most recent unstable snapshot?