I found that in the file "RBC_Est.mod", after the "initval ... end" part, the command "steady" doesn't exist. While in the User Guide, "steady" appears right after the initval part.
And when I try to add the "steady" command in to the syntax and re-run the mod file. An error occurs, which says:
??? In an assignment A(I) = B, the number of elements in B and
I must be the same.
Error in ==> RBC_Est_fff at 7
z(1) = (1/y(1)) -(beta*(1/y(1))*(1+y(5)-delta));
7 z(1) = (1/y(1)) -(beta*(1/y(1))*(1+y(5)-delta));
Why is that?
Thanks!
Paddy