ard_car_vif {cardx} | R Documentation |
Regression VIF ARD
Description
Function takes a regression model object and returns the variance inflation factor (VIF)
using car::vif()
and converts it to a ARD structure
Usage
ard_car_vif(x, ...)
Arguments
x |
regression model object See car::vif() for details |
... |
arguments passed to |
Value
data frame
Examples
lm(AGE ~ ARM + SEX, data = cards::ADSL) |>
ard_car_vif()
[Package cardx version 0.2.0 Index]