Learn R Programming

usdm (version 2.1-7)

VIF-class: 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.

Arguments

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

Examples

Run this code
showClass("VIF")

Run the code above in your browser using DataLab