Hello,
I am trying to test for multicollinearity in multilevel longitudinal logistic regression models. I am using the gllamm command, a user contributed command that can be used for multilevel models.
I am not having success using vif after my gllamm commmand.
I have tried running my regression model, then trying various various syntx for vif with the following error messages:
Is there a way that I can get VIF to work with gllamm? Or is there another method that I can use to test for multicollinearity?
Thank you,
alyssa
I am trying to test for multicollinearity in multilevel longitudinal logistic regression models. I am using the gllamm command, a user contributed command that can be used for multilevel models.
I am not having success using vif after my gllamm commmand.
I have tried running my regression model, then trying various various syntx for vif with the following error messages:
Code:
. xi: gllamm Garden_Active_ i.Year LCommunity_Garden LMarket_Garden LPickups_ i.r_L_volunteer_3_max LUR_Curr_Yr_or_Prior_ , i(Garden_ID) family(binomial) link(logit) nip(10) adapt . vif not appropriate after regress, nocons; use option uncentered to get uncentered VIFs r(301); . vif, uncentered variable _cons not found r(111); . estat vif subcommand estat vif is unrecognized r(321);
Thank you,
alyssa
Comment