Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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

processR

Implementation of the 'PROCESS' Macro

v0.2.6
GPL-2
Authors
Keon-Woong Moon [aut, cre], Sokyoung Hong [ctb]
Initial release
2021-1-5

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.