7.6 Model Diagnostics

See PMA6 Section 7.8

Lastly, we need to check assumptions on the residuals to see if the model results are valid. We can use the check_model function from the performance package to do the heavy lifting.

library(performance)
check_model(fev.dad.model)

No major deviations away from what is expected.