... | ... | @@ -41,6 +41,7 @@ Multicollinearity occurs when two or more predictors in a regression model are h |
|
|
4. **Tolerance**:
|
|
|
- **How it works**: Tolerance is the reciprocal of the VIF and indicates how much of the variance in one predictor is not explained by the other predictors. Low tolerance (below 0.1) suggests multicollinearity.
|
|
|
- **Formula**:
|
|
|
|
|
|
$$
|
|
|
Tolerance_j = 1 - R_j^2
|
|
|
$$
|
... | ... | |