Learn R Programming

processR (version 0.2.3)

compareVIF: Compare correlation, tolerance, vif of mean-centered and standardized models

Description

Compare correlation, tolerance, vif of mean-centered and standardized models

Usage

compareVIF(fit)

Arguments

fit

An object of class lm

Examples

Run this code
# NOT RUN {
fit=lm(govact~negemot*age,data=glbwarm)
compareVIF(fit)
# }

Run the code above in your browser using DataLab