Scatterplot between actual values of Y and expected values of Y
slope of explanatory variable in Simple Linear Regression
slope of explanatory variable in multiple linear regression excluding the effect of other explanatory variables
schematic drawing of the relationships among the explanatory variables and the response
If p-value is less than alpha value, reject the null hypothesis (regression is not significant)
<aside> 💡 quantifies the amount of unique variation in each explanatory variable and measures the effect of collinearity
</aside>
$$ VIF(X_j) = \frac{1}{1-R_j^2} $$
$R_j^2$ is coefficient of determination in the regression of $X_j$ on all of the other explanatory variables