vif | R Documentation |
Function for fast calculation of the variance inflation factor (VIF)
vif(x)
x |
A data.frame of explanatory variables |
Variance inflation factor (VIF) values of variables
data("sample_vars_sda")
x <- sample_vars_sda$Elevation[, sample(55, 10)]
vif(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.