Check your (Mixed) Model for Multicollinearity with 'performance'
The goal of performance is to provide lightweight tools to assess and check the quality of your model. It includes functions such as r2() for many models (including logistic, mixed and Bayesian models), icc() or helpers to check_convergence(), check_overdipsersion() or check_zero-inflation() (see a complete list of functions here). In this posting, we want to focus on multicollinearity. Multicollinearity "is a phenomenon in which one predictor variable in a multiple regression model can be linearly predicted from the others" (source), i.e. two or more predictors are more or less strongly correlated (also described as non-independent covariates). Multicollinearity may lead to severly biased regression coefficients and standard errors.
Aug-13-2019, 23:30:42 GMT
- Technology: