I am running a multinomial regression with categorical independent variables. To check the multicollinearity, I used the VIF function from the car package, but it shows the following warning: In vif.default(model1) : No intercept: vifs may not be sensible.
Also, the result seems quite implausible. Can you please recommend functions/packages in R that can calculate VIF in multinomial regression with categorical independent variables?