Assumptions for MLR
Preliminary: DV must be interval/ ratio level

Independent observations - score of 1 person does not provide info about score of another (e.g. cheating on an exam, married couple etc.)
Normality - implied that error terms are normally distributed in population
assessed using Histogram of residuals + Q-Q plot
Formal test: Shapiro-Wilk test

If violated:
transform the dependent variable → log-transformation/ square-root transformation
Homoscedasticity - equal variance of all predicted scores → residuals should be evenly distributed along the line e = 0
use residuals plot - standardize & predicted. '“fitted“ values

If violated:
transform DV
Linearity - can data be described w straight line
use scatterplot - only SLR
use Residual plot (standardized vs predicted) - is band of residuals horizontal?
Formal test: Sequential regression to test quadratic model → Model 2: hat(y) = b0 +b1x - b2x2 → if Model 2 is an improvement = linearity violated


Multicollinearity - high correlation bet. predictors
diagnosed by variance inflation factor (VIF) or Tolerance - tests in JASP

If violated:
increase sample size
combine/ remove predictors
Outliers
a. in y-space - use Standardized residuals


b. in x-space -use Mahalanobis distance


c. in xy-space - use Cook’s distance

