| .vif_to_df | R Documentation |
Computes variance inflation factors for all variables in a data frame and returns them in a tidy format, sorted by VIF in descending order.
.vif_to_df(x)
x |
Data frame with numeric predictors for which to compute VIF values. |
Data frame with two columns: variable (character, variable names) and vif (numeric, VIF scores), sorted by VIF in descending order.
Other utilities:
auc(),
beowulf_cluster(),
objects_size(),
optimization_function(),
prepare_importance_spatial(),
rescale_vector(),
root_mean_squared_error(),
setup_parallel_execution(),
standard_error(),
statistical_mode(),
thinning(),
thinning_til_n()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.