Hello everyone,
Hope you are all doing well.
I am doing a ordered probit model. I have estimated the model without any error. I want to check whether there exists any multicollinearity in my model. How can I check multicollinearity in ordered probit model? What is the command? I have tried the following commands but none of these works:
1. oprobit y x1 x2 x3
estat vif, uncentered
2. oprobit y x1 x2 x3
collin independent_var1 independent_var2 independent_var3 ...
3. oprobit y x1 x2 x3
collin
Please suggest me the proper way to check multicollinearity.
Hope you are all doing well.
I am doing a ordered probit model. I have estimated the model without any error. I want to check whether there exists any multicollinearity in my model. How can I check multicollinearity in ordered probit model? What is the command? I have tried the following commands but none of these works:
1. oprobit y x1 x2 x3
estat vif, uncentered
2. oprobit y x1 x2 x3
collin independent_var1 independent_var2 independent_var3 ...
3. oprobit y x1 x2 x3
collin
Please suggest me the proper way to check multicollinearity.
Comment