I'am trying to do a multinomial logistic regression
with categorical dependent variable using r, so before starting the logistic regression
I want to check multicollinearity
with all independents variables expressed as dichotomous
and ordinal
.
so how to test the multicollinearity
in r ?
Can someone help me please.