VIF-class {usdm}R Documentation

VIF class

Description

An object of the VIF class contains information about collinearity in relavant variables. The object can be created with the following functions: vifcor and vifstep.

Slots

Slots for VIF object

variables:

Character

excluded:

character

corMatrix:

a correlation matrix

results:

data.frame including VIF values for the remained (not excluded) variables

Author(s)

Babak Naimi naimi.b@gmail.com

https://r-gis.net/

https://www.biogeoinformatics.org/

Examples

showClass("VIF")

[Package usdm version 2.1-7 Index]