Interpret the Variance Inflation Factor (VIF)
Interpret VIF index of multicollinearity.
interpret_vif(vif, rules = "default")
vif
: Value or vector of VIFs.rules
: Can be "default"
or a custom set of rules()
.Default
interpret_vif(c(1.4, 30.4))