View source: R/helpers-labels.R
vif_label | R Documentation |
Get labels for VIF values
vif_label(x)
x |
A numeric vector |
set.seed(123)
vifs <- sample(1:10)
vif_label(vifs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.