Hi, my file is in attach.
when dynare run my model. appear this message: Error using dynare (line 114)
DYNARE: preprocessing failed
what’s mu mistake?
Untitled7.m (1.42 KB)
sample.mod (1.22 KB)
Hi, my file is in attach.
when dynare run my model. appear this message: Error using dynare (line 114)
DYNARE: preprocessing failed
what’s mu mistake?
Untitled7.m (1.42 KB)
sample.mod (1.22 KB)
I think there are at least two small errors in your mod file.
1st) You have to write “;” at the end of each line.
from line 5 to line 25
beta=0.9648;
delta=0.014;
R_=0.08;
…
and line 38: t=y;
2nd) you have “omega” in model but you have declared it yet.
Hope this helps
Cheers,
An
thanks for your attention; but Unfortunately, the error still occurs. why?
Please post the updated mod-file
Hi there,
You have at least some following errors:
thanks for your attention; but the error still occurs. why?
please help me, because I don’t have much time to deliver my paper to my teacher.
Hi there,
I just check your file. You have to define “y” and “delta” used in model in “var or varexo or parameters”.
Hi, thanks for your attention anhn39.
model runs, but there are 4 errors, please help me. the mod file is in attachment.
example.mod (1.13 KB)
In your model, the Blanchard Kahn conditions are not satisfied. There are many topics discussing this issue in the forum, you can find some suggestions there. If your model is correct, you should change parameters’ values.