Variance Inflation Factors Tool

The Variance Inflation Factor (VIF) tool produces a coefficient summary report that includes either the variance inflation factor or a generalized version of the VIF (GVIF) for all variables except the model intercept (which always has a VIF or GVIF that equals one). The tool produces VIF values if none of the predictors are categorical variables with more than two levels and produces GVIF values otherwise. The "standardized" (G)VIF values correspond to (G)VIF^[1/(2*DF)].

This tool is not automatically installed with Alteryx Designer. To use this tool, download it from the Alteryx Analytics Gallery.

Input

This tool can be applied to the model objects created by the Linear, Logistic, Count, and Gamma regression tools in cases where the model is estimated using open source R routines, but not Revo ScaleR methods, since the Revo ScaleR model objects do not contain the information needed to calculate (G)VIFs.

Configuration Properties

This tool requires no configuration.

Output

The two outputs relay similar data tables with differences in formats. The tables are generated from data given by the output of the vif package (citation) in R. The tables consist of the following information:

The differences in the two outputs are as follows:

*https://en.wikipedia.org/wiki/Variance_inflation_factor