Hello! I've been running post-estimation techniques after conducting a probit regression. I have two questions:
1. How can I test for normality? The normal "sktest" only works with an OLS regression. I was wondering if there is a command that can allow me to test for normality after running a probit model.
2. I want to test for the presence of multicollinearity in my probit model but just like in the previous question, the "vif" command only works after an OLS regression. I did some searching over the internet and some sources say that I should run an OLS regression and run VIF. I can disregard the OLS regression results but use the VIF in determining the presence of multicollinearity in my OLS model and apply its results to my probit model also. Can I do this or is there a more proper way of detecting this issue? I did this and the VIF, after an OLS regression, tell me that multicollinearity is unlikely present in my model because it's less than the benchmark value of 10. Is it acceptable to say that my probit model using the same set of variables is free from this issue too?
1. How can I test for normality? The normal "sktest" only works with an OLS regression. I was wondering if there is a command that can allow me to test for normality after running a probit model.
2. I want to test for the presence of multicollinearity in my probit model but just like in the previous question, the "vif" command only works after an OLS regression. I did some searching over the internet and some sources say that I should run an OLS regression and run VIF. I can disregard the OLS regression results but use the VIF in determining the presence of multicollinearity in my OLS model and apply its results to my probit model also. Can I do this or is there a more proper way of detecting this issue? I did this and the VIF, after an OLS regression, tell me that multicollinearity is unlikely present in my model because it's less than the benchmark value of 10. Is it acceptable to say that my probit model using the same set of variables is free from this issue too?
Comment