VIF {AICcPermanova}R Documentation

Get Maximum Variance Inflation Factor (VIF) from a Model

Description

This function calculates the maximum Variance Inflation Factor (VIF) for a given model. The VIF is a measure of collinearity among predictor variables within a regression model. It quantifies how much the variance of an estimated regression coefficient is increased due to collinearity. A VIF of 1 indicates no collinearity, while values above 1 indicate increasing levels of collinearity. A VIF of 5 or greater is often considered high, indicating a strong presence of collinearity.

Usage

VIF(model)

Arguments

model

A regression model, such as those created by lm, glm, or other similar functions.

Value

The maximum VIF value.

References


[Package AICcPermanova version 0.0.2 Index]