Run variance inflation factor (VIF) selection on input covariates
vif_covariate_select(dataset, vif_cutoff = 5)
data.table listing each variable, VIF in most recent round, and whether the indicator should be included or not
data.frame-like object with named columns containing all covariates to consider in the VIF analysis.
(numeric(1)
) Cutoff for maximum variance inflation factor in
dataset