compareVIFTable | R Documentation |
Make table comparing correlation, tolerance, vif of mean-centered and standardized models
compareVIFTable(fit, vanilla = TRUE)
fit |
An object of class lm |
vanilla |
logical |
fit=lm(govact~negemot*age,data=glbwarm) compareVIFTable(fit) compareVIFTable(fit,vanilla=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.