Hi,
I'm currently running a Panel ARDL test, and I was trying to find the most efficient estimator for my model. I am slightly confused by the Hausman Test, in terms of how to operate it on Stata.
For example, if I write:
and I get my p-value > 0.05, what does this mean? What order should I keep my variables in? I've been trying to choose between PMG and DFE, and when I input the code
I get a p-value of 0.9998. What does this mean?
Thanks!
Ronak
I'm currently running a Panel ARDL test, and I was trying to find the most efficient estimator for my model. I am slightly confused by the Hausman Test, in terms of how to operate it on Stata.
For example, if I write:
Code:
hausman mg pmg, sigmamore
Code:
hausman pmg DFE, sigmamore
Thanks!
Ronak
Comment