ordered probit & make model
Posted: Mon Mar 15, 2010 9:43 am
good morning, I have just started using EViews 7 and I am trying to use an old code, that was working with EViews 4 until a few days ago, to iterate out of sample forecasting; it worked with EViews 4 but now I get an error. The code is:
for !horizon=1 to cont
equation eqopuno.ordered tre c esog1(-1) esog2(-1)
eqopuno.makemodel(modelopuno)
eqopuno.makelimits
modelopuno.solve(n=f)
....
next
What is strange is that the model doesn't work but if I create the equation from "quick" and then manually create the model it works, and even if I use a code to create an equation without specifying the name:
ordered tre c n1ortog(-1) tre(-1) eynorm(-1) rit1(-1) (vix(-1)-1)
then I can create the model manually, but if I estimate the equation with:
eqopuno.ordered tre c esog1(-1) esog2(-1)
then I can not create the model neither manually...
I hope someone can help me, thanks!
for !horizon=1 to cont
equation eqopuno.ordered tre c esog1(-1) esog2(-1)
eqopuno.makemodel(modelopuno)
eqopuno.makelimits
modelopuno.solve(n=f)
....
next
What is strange is that the model doesn't work but if I create the equation from "quick" and then manually create the model it works, and even if I use a code to create an equation without specifying the name:
ordered tre c n1ortog(-1) tre(-1) eynorm(-1) rit1(-1) (vix(-1)-1)
then I can create the model manually, but if I estimate the equation with:
eqopuno.ordered tre c esog1(-1) esog2(-1)
then I can not create the model neither manually...
I hope someone can help me, thanks!