Hope you are all doing well.
I am doing a probit model and I want to check whether there is any endogeneity in my model. The basic regression model that I have run is as follows:
[probit vocationaltraining hhsize gender literacy uneduc_adults mfs_use loan totalsavings remitt totalassets mobile1 barisal chittagong khulna rajshahi rangpur sylhet members_in_agri agrishock distfacility3, robust
margins, dydx(*) post
outreg2 using F:\UDOY\Stata\405_AE1_Paper\AE1resultsSca, word]
My instructor suggested me that the variable remitt (it means remittance) might be endogenous. So, she told me to check that. Here remitt is a binary variable which is 1 if the HH receives remittance and 0 otherwise.
Now I want to do the Hausman Endogeneity test. What is the code to do that and how to understand the result of Hausman Endogeneity test whether endogeneity exists or not
Thank You all.
I am doing a probit model and I want to check whether there is any endogeneity in my model. The basic regression model that I have run is as follows:
[probit vocationaltraining hhsize gender literacy uneduc_adults mfs_use loan totalsavings remitt totalassets mobile1 barisal chittagong khulna rajshahi rangpur sylhet members_in_agri agrishock distfacility3, robust
margins, dydx(*) post
outreg2 using F:\UDOY\Stata\405_AE1_Paper\AE1resultsSca, word]
My instructor suggested me that the variable remitt (it means remittance) might be endogenous. So, she told me to check that. Here remitt is a binary variable which is 1 if the HH receives remittance and 0 otherwise.
Now I want to do the Hausman Endogeneity test. What is the code to do that and how to understand the result of Hausman Endogeneity test whether endogeneity exists or not
Thank You all.
Comment