Scalar Conundrum
Posted: Wed Apr 07, 2010 2:26 pm
I was wondering if anyone could help me and some of my classmates. We are using E-Views 6.
we have input the following code:
It returned the error: "!ZHAT is not defined"
With our understanding of E-Views, we have no idea why we are getting this error, because we feel that the scalar ZHAT is properly defined. We are also sure that all of our series are genred properly and we all got the same regression coefficients for c(1), c(2), and c(3).
Any help you could provide us would be highly appreciated.
we have input the following code:
Code: Select all
!zhat=c(1)+c(2)*@mean(trated)+c(3)*@mean(tspeedd)
!prob=@cnorm(!zhat)With our understanding of E-Views, we have no idea why we are getting this error, because we feel that the scalar ZHAT is properly defined. We are also sure that all of our series are genred properly and we all got the same regression coefficients for c(1), c(2), and c(3).
Any help you could provide us would be highly appreciated.