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

View source: R/compareMC.R

compareVIFR Documentation

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

fit=lm(govact~negemot*age,data=glbwarm)
compareVIF(fit)

processR documentation built on Jan. 23, 2023, 5:44 p.m.