"Too many input arguments."
Posted: Fri Dec 18, 2015 9:57 am
Hi, could anybody help me to check my mod file?
The attached file is to implement a simple RBC model with public debt dynamics. I use some parameter values to pin down others in the "parameter setting" part. I use this method in some other mod files, and it's OK.
I think the codes are right, but when I run it, it shows:
"Error using log
Too many input arguments.
Error in rbc_fiscal4_simul (line 218)
theta0 = M_.params( 5 );
Error in dynare (line 180)
evalin('base',fname) ;"
The attached file is to implement a simple RBC model with public debt dynamics. I use some parameter values to pin down others in the "parameter setting" part. I use this method in some other mod files, and it's OK.
I think the codes are right, but when I run it, it shows:
"Error using log
Too many input arguments.
Error in rbc_fiscal4_simul (line 218)
theta0 = M_.params( 5 );
Error in dynare (line 180)
evalin('base',fname) ;"