Hi all,
I have a probit regression that goes something like:
probit manager experience experienced_sqd gender school, vce(robust)
So I am evaluating the probability that someone becomes a manager based on their years of experience, gender, school they attended, etc. Looking at the hetprobit command, should the way I structure the test for heteroskedasticity be:
hetprobit manager experience experienced_sqd gender school, het(experience experienced_sqd gender school) vce(robust)?
I am not sure if I am supposed to put exactly the same independent variables into the het() portion. Looking back to previous debates, I see there has been discussion that putting the entire same set of independent variables may cause multicollinearity issues (https://www.statalist.org/forums/for...probit-command). Putting in the same independent variables also causes some of my coefficients to be wildly implausible. I think I am likely misunderstanding how this command is meant to be used. If someone could help, I would be very grateful, thank you!
I have a probit regression that goes something like:
probit manager experience experienced_sqd gender school, vce(robust)
So I am evaluating the probability that someone becomes a manager based on their years of experience, gender, school they attended, etc. Looking at the hetprobit command, should the way I structure the test for heteroskedasticity be:
hetprobit manager experience experienced_sqd gender school, het(experience experienced_sqd gender school) vce(robust)?
I am not sure if I am supposed to put exactly the same independent variables into the het() portion. Looking back to previous debates, I see there has been discussion that putting the entire same set of independent variables may cause multicollinearity issues (https://www.statalist.org/forums/for...probit-command). Putting in the same independent variables also causes some of my coefficients to be wildly implausible. I think I am likely misunderstanding how this command is meant to be used. If someone could help, I would be very grateful, thank you!
Comment