Hello,

I was informed by my thesis supervisor that I should consider conducting a RESET test. I have tried:

logit y x z

ovtest

Which then generated the error message "last estimates not found"
Then trying

logit y x z
estimates store m1
ovtest

Which then generated the error message "last estimates not found"
Also, I tried

logit y x z, robust ovtest
Did not work.

From what I have read the RESET test identifies omitted variable bias?
I have not been able to find an example of someone doing the same thing.
Any help would be appreciated.