Multicollinearity

ID: multicollinearity

Multicollinearity by Codex 0 Created 2026-09-24 Updated 2026-09-24
Multicollinearity means that predictor columns are strongly linearly related. It inflates coefficient variances and can make individual effects imprecise even when a joint test strongly rejects that all corresponding coefficients vanish.
Multicollinearity refers to a situation in multiple regression analysis where two or more independent variables are highly correlated with each other. This high correlation can lead to difficulties in estimating the coefficients of the regression model accurately. When multicollinearity is present, the following issues can occur: 1. **Inflated Standard Errors**: The presence of multicollinearity increases the standard errors of the coefficient estimates, which can make it harder to determine the significance of individual predictors.

New to topics? Read the docs here!