I’m trying to replicate this paper
There’s a replication package, which contains the necessary files to run the model.
The problem is that when I try to run the simple version of the model (NCstochlog.mod), i get this error
Not enough input arguments.
Error in dynare (line 36)
if strcmpi(fname,‘help’)
^^^^^
Error in NCstochlog (line 384)
dynare
^^^^^^
Error in dynare (line 235)
evalin(‘base’,fname) ;
^^^^^^^^^^^^^^^^^^^^
What does it mean? What input argument am I missing?
NCstochlog_steadystate.m (3.6 KB)
NCstochlog.mod (8.9 KB)
I’ve tried by-passing the stead_state file and using those equations in a steady_state_model-block
UlateModel.mod (12.0 KB)
but I get the same error.
Any ideas?
Thanks!