VIF-class: VIF class

Description Slots Author(s) Examples

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

http://r-gis.net

Examples

1
showClass("VIF")

Example output

Loading required package: sp
Loading required package: raster
Class "VIF" [package "usdm"]

Slots:
                                                  
Name:   variables   excluded  corMatrix    results
Class:  character  character     matrix data.frame

usdm documentation built on May 2, 2019, 5:50 p.m.