I am performing Poisson regression, I was wondering what type of multicollinearity check is available for this regression, because it returns an error with vif
. vif
not appropriate after regress, nocons;
use option uncentered to get uncentered VIFs
r(301);
. vif
not appropriate after regress, nocons;
use option uncentered to get uncentered VIFs
r(301);
