Hello everyone,
I try to replicate the estimation of Iacoviello & Guerreri (2017), "Collateral Constraints and Macroeconomic asymmetries’ using their codes available here:(https://www.matteoiacoviello.com/research.htm).
Unfortunately, I have the following error message :
Reference to non-existent field ‘nstatic’.
Error in get_pq (line 5)
statevar_pos = (dr_.nstatic +1):(nvars-dr_.nfwrd);
Error in solve_two_constraints_firstcall (line 110)
[decrulea,decruleb]=get_pq(oo00_.dr);
Error in call_process_mod_files (line 61)
solve_two_constraints_firstcall(modnam_00,modnam_10,modnam_01,modnam_11);
Error in runsim_estimation (line 178)
call_process_mod_files
I try with different versions of dynare and each time I have the same error.
Has anyone had the same issue?