GenerateMulticolinearityMeasures: GenerateMulticolinearityMeasures

Description Usage Arguments

View source: R/GenerateMulticolinearityMeasures.R

Description

Produces variance inflation factors, eigenvalue system analysis for the fitted model.

Usage

1
GenerateMulticolinearityMeasures(data, dv, fit, dir = "./", save.plots = TRUE)

Arguments

data

data.frame Data used to fit the model. Used for pair-wise correlation analysis and eigenvalue system analysis. No default.

dv

Character vector of length 1. Dependent variable. No default.

fit

lm object. Fitted model. No default

dir

Character vector of lenght 1. Directory in which to store the plot. Ignored if save.plot is FALSE. Defaults to "."

save.plots

Logical vector of length 1. If TRUE the VIF plot and correlation heatmap are saved to disk. Defaults to TRUE.


itslwg/regone documentation built on Oct. 14, 2021, 12:52 a.m.