Dynare preprocessing failed...a variable cannot take arguments

group_7.mod (3.7 KB)

Hi everybody,
I am a financial economic student in Milan and I’m new with Dynare!
Can anybody help me with this code? The error is “preprocessing failed…rK cannot take argumets”
Thank you in advance!

You are missing the
model;
part of the model-block. Also note that you write rk on at least one occasion.

Thank you! I changed my code, but a few problems still remain…

Now in the command window:
" Error using print_info (line 90)
The steady state contains NaN or Inf

Error in steady (line 104)
print_info(info,options_.noprint, options_);

Error in group_7fabi (line 244)
steady;

Error in dynare (line 223)
evalin(‘base’,fname) ;"
group_7fabi.mod (3.7 KB)

Your parameter definitions are not recursive. IKratio is not defined when you use it.

Thank you so much! now it works!