Hi,
I have a question about multicollinearity in multinomial logistic regression. I used VIF function and though I have intercept in my model, i received this warning:
In vif. default(fit_mlogit): No intercept: vifs may not be sensible.
I also repeated in package nnet with multinom function, the result is the same with mlogit function.
what should I do now? is there another way to check multicollinearity?
thank you