Page 1 of 1
preprocessing failed
Posted:
Fri Dec 06, 2013 8:30 pm
by tahmin
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?
Re: preprocessing failed
Posted:
Sat Dec 07, 2013 2:27 am
by anhn39
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
Re: preprocessing failed
Posted:
Sat Dec 07, 2013 5:24 am
by tahmin
thanks for your attention; but Unfortunately, the error still occurs. why?
Re: preprocessing failed
Posted:
Sat Dec 07, 2013 12:39 pm
by jpfeifer
Please post the updated mod-file
Re: preprocessing failed
Posted:
Sat Dec 07, 2013 1:54 pm
by tahmin
Hi, the update mod file is in attachment.
Re: preprocessing failed
Posted:
Sat Dec 07, 2013 3:01 pm
by anhn39
Hi there,
You have at least some following errors:
1) It must have ";" at the end of line 2 : varexo e_a e_g e_or e_say e_dg e_fr;
2) Equation in line 33: m=(1/khi)(c-r)==> it lacks "*"==> m=(1/khi)*(c-r)
3) You have declared "y" in equation 39 yet
4) and "delta" also
Re: preprocessing failed
Posted:
Sat Dec 07, 2013 4:29 pm
by tahmin
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.
Re: preprocessing failed
Posted:
Sat Dec 07, 2013 4:33 pm
by tahmin
I did change the code, but there is an error. why?
mod file is in attachment
Re: preprocessing failed
Posted:
Sat Dec 07, 2013 7:10 pm
by anhn39
Hi there,
I just check your file. You have to define "y" and "delta" used in model in "var or varexo or parameters".
Re: preprocessing failed
Posted:
Sat Dec 07, 2013 7:41 pm
by tahmin
Hi, thanks for your attention anhn39.
model runs, but there are 4 errors, please help me. the mod file is in attachment.
Re: preprocessing failed
Posted:
Sat Dec 07, 2013 7:57 pm
by anhn39
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.