[RBC_Est.mod] Error when estimating DSGE model

Hi,

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:

[quote]??? 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));[/quote]

Why is that?
Thanks!

Paddy