Hi everyone! I am trying to test for multicollinearity among the independent variables in my regression. Basically, one of the regressor is being omitted because of collinarity and I am trying to use
after my regression but Stata returns r(321) 'invalid subcommand vif'. But I have checked the syntax multiple times so I am not sure why it is not working.
Code:
estat vif
Comment