I am searching for a way to export my Hausman test in Stata
(hausman model1 model2
)
Can someone help me with that?
Optionally I am open to any other suggestions on how to report findings of conducted Hausman tests in Stata for my paper. I think when I report having conducted it, I need to append the results (correct me if I'm wrong!)
I'm not sure what you mean exactly by exporting (exporting to Excel, exporting to a table, etc...)?
In any case, from
help hausman
:So these are the results you can access after running
hausman
. For example:The above code stores the chi-square in a scalar. You can then use this scalar to export it the way you want.