Learn R Programming

processR (version 0.2.7)

compareVIFTable: Make table comparing correlation, tolerance, vif of mean-centered and standardized models

Description

Make table comparing correlation, tolerance, vif of mean-centered and standardized models

Usage

compareVIFTable(fit, vanilla = TRUE)

Arguments

fit

An object of class lm

vanilla

logical

Examples

Run this code
fit=lm(govact~negemot*age,data=glbwarm)
compareVIFTable(fit)
compareVIFTable(fit,vanilla=FALSE)

Run the code above in your browser using DataLab