Upon inspection of the check_collinearity() function, handling multiple intercepts is currently only supported for mixed models (clm and clmm objects), but not for multinomial logistic regression objects, like car::multinom().
Could you account for the multiple intercepts in these type of models as well?
Upon inspection of the check_collinearity() function, handling multiple intercepts is currently only supported for mixed models (clm and clmm objects), but not for multinomial logistic regression objects, like car::multinom().
Could you account for the multiple intercepts in these type of models as well?