compareVIFTable: Make table comparing correlation, tolerance, vif of...

View source: R/compareMC.R

compareVIFTableR Documentation

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

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

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