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)

cardiomoon/processR documentation built on April 20, 2023, 3:38 a.m.