Variance Inflation Factor, VIF

The VIF is the ratio of the variance of when fitting the full model divided by the variance of if fit on its own.

is the (R-squared) from a regression of

B) 특징

  • The smallest possible value for VIF is 1, which indicates the complete absence of collinearity.
  • As a rule of thumb, a VIF value that exceeds 5 or 10 indicates a problematic amount of collinearity.

C) Related

D) References