View source: R/interpret_vif.R
interpret_vif | R Documentation |
Interpret VIF index of multicollinearity.
interpret_vif(vif, rules = "default")
vif |
Value or vector of VIFs. |
rules |
Can be |
Default
VIF < 5 - Low
5 <= VIF < 10 - Moderate
VIF >= 10 - High
interpret_vif(c(1.4, 30.4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.