Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am running a logistic regression in R and am attempting to determine if multicollinearity is a problem with my model.
When I run vif() on my final model, I get GVIF and GVIF^1/(2*Df) columns. From what I have read GVIF^1/(2*Df) is what I should use to assess muticollinearity, but I have been unable to determine what values I should use as a cut-off point.

Any help would be greatly appreciated.

share|improve this question
2  
Before modelling, you should look at correlations between your (assumed) independent variables. I think you should rephrase your question to "how to identify multicolinearity" and ask on crossvalidated.com, instead. – Brandon Bertelsen Oct 17 '12 at 17:27

migrated from stackoverflow.com Oct 17 '12 at 18:00

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.