Week 6: Diagnostics
Model Diagnostics and Results Reporting
Week Learning Objectives
By the end of this module, you will be able to
- Describe the major assumptions in basic multilevel models
- Conduct analyses to decide whether cluster means and random slopes should be included
- Use graphical tools to diagnose assumptions of linearity, homoscedasticity (equal variance), and normality
- Solve some basic convergence issues
- Report results of a multilevel analysis based on established guidelines
Task List
- Review the resources (lecture videos and slides)
- Complete the assigned readings
- Snijders & Bosker ch 10
- Meteyard & Davies (2020; to be shared on Slack)
- McCoach (2019 chapter) (USC SSO required)
- Attend the Tuesday session to learn some R skills and review last weekโs exercise
- Attend the Thursday session and participate in the class exercise
- Complete Homework 5
Lecture
Slides
Note: \(\mathrm{E}(Y)\) can also be written as \(\hat Y\), the predicted value of \(Y\) based on the predictor values.
The linear model is also flexible as it can allow predictors that are curvillinear terms, such as \(Y = b_0 + b_1 X_1 + b_2 X_1^2\), or \(Y = b_0 + b_1 \log(X_1)\), or more generally \[Y = b_0 + \sum_{i}^p b_i f(x_1, x_2, \ldots)\] The โlinearโ part in a linear model actually means that \(Y\) is a linear function of the coefficients \(b_1, b_2, \ldots\).
The second functional form in the slide, however, is a truly nonlinear function.