Hello! 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);
Also, what kind of post estimation is possible for the Poisson model?
. vif
not appropriate after regress, nocons;
use option uncentered to get uncentered VIFs
r(301);
Also, what kind of post estimation is possible for the Poisson model?

Comment