vif | R Documentation |
vif
vif(object)
## Default S3 method:
vif(object)
## S3 method for class 'lm'
vif(object)
object |
a data matrix (design matrix without intercept) or a model object |
Computes the variance inflation factors
variance inflation factors
Julian Faraway
data(stackloss)
vif(stackloss[,-4])
# Air.Flow Water.Temp Acid.Conc.
# 2.9065 2.5726 1.3336
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.