vif_covariate_select {mbg} | R Documentation |
Run variance inflation factor (VIF) selection on input covariates
Description
Run variance inflation factor (VIF) selection on input covariates
Usage
vif_covariate_select(dataset, vif_cutoff = 5)
Arguments
dataset |
data.frame-like object with named columns containing all covariates to consider in the VIF analysis. |
vif_cutoff |
( |
Value
data.table listing each variable, VIF in most recent round, and whether the indicator should be included or not
[Package mbg version 1.1.0 Index]