The analytic_derivation and loglinear options are not compat

dear professor Pfeifer
I build a stationary model and write the first order condition into dynare without loglinearize the variables and use a loglinear option in estimation set, and get a warning “The analytic_derivation and loglinear options are not compatible”, it seems that there is a mistake using loglinear option, I am not clear where is wrong,what might be the problem, looking forward to hearing your reply, thanks.

best

As it says, you cannot use the loglinear option together with the analytic_derivation option. If you have not enabled the latter on purpose, there must be something in your mod-file that triggers analytic_derivation before the estimation command. Please try adding

to the estimation command

[quote=“jpfeifer”]As it says, you cannot use the loglinear option together with the analytic_derivation option. If you have not enabled the latter on purpose, there must be something in your mod-file that triggers analytic_derivation before the estimation command. Please try adding

to the estimation command[/quote]

dear professor peifer
I add analytic_derivation=0 to the estimation command, but it seems that Dynare does not accept the expression “analytic_derivation=0” in estimation (options), because it is reported that ‘,’ is expected rather than ‘=’.

I see. Then add

immediately before the estimation command.

thanks professor Peifer, it works.