ard_car_vif | R Documentation |
Function takes a regression model object and returns the variance inflation factor (VIF)
using car::vif()
and converts it to a ARD structure
ard_car_vif(x, ...)
x |
regression model object See car::vif() for details |
... |
arguments passed to |
data frame
lm(AGE ~ ARM + SEX, data = cards::ADSL) |>
ard_car_vif()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.