interpret_vif: Interpret the Variance Inflation Factor (VIF)

View source: R/interpret_vif.R

interpret_vifR Documentation

Interpret the Variance Inflation Factor (VIF)

Description

Interpret VIF index of multicollinearity.

Usage

interpret_vif(vif, rules = "default")

Arguments

vif

Value or vector of VIFs.

rules

Can be "default" or a custom set of rules().

Rules

  • Default

    • VIF < 5 - Low

    • 5 <= VIF < 10 - Moderate

    • VIF >= 10 - High

Examples


interpret_vif(c(1.4, 30.4))


easystats/effectsize documentation built on April 25, 2024, 9:58 p.m.