check_vif: quickly check the vifs in a regression model; for checking...

Description Usage Arguments Examples

View source: R/fast.check.R

Description

quickly check the vifs in a regression model; for checking multi-collinearity

Usage

1

Arguments

data

a data.frame used in regression model

Examples

1
2
3
data(mtcars)
model <- lm(mpg ~ vs + carb + hp + wt + wt * hp , data = mtcars)
check_vif(data = model$model)

regrrr documentation built on Aug. 13, 2021, 5:07 p.m.