| GVIF | R Documentation |
Calculates GVIF for model terms to detect multicollinearity. Adapted from the car package.
GVIF(model)
model |
Fitted model object (lm, glm, coxph, etc.) |
For terms with degrees of freedom > 1 (e.g., factor variables), returns GVIF^(1/(2*df)) for comparability with standard VIF.
Data frame with columns: Covariate (term name) and VIF (value)
Fox, J. and Weisberg, S. (2019). An R Companion to Applied Regression, Third Edition. Thousand Oaks CA: Sage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.