A reinsurer fits a random-intercept model for loss ratios across 30 cedents observed over 5 years. The residual plot fans out and the random-intercept variance sits at the REML boundary of zero. Which assumptions just broke?
A linear mixed model writes the response as a fixed part plus a random part plus noise.
is , is , is the -vector of population parameters, is the -vector of cluster-level deviations, and is the -vector of within-cluster noise.
Two Gaussian assumptions carry the entire model.
Both have mean zero. The fixed intercept inside absorbs the population level; random effects encode deviations from that level. A nonzero estimated mean for signals a coding error.
The implied marginal distribution of is:
KEY: The marginal covariance is what REML and ML actually fit. Different pairs can yield the same , which is why some random-effect structures are unidentifiable.
Common mistakes
- Forgetting the mean-zero part. Candidates list "normal random effects" without mean zero. The zero mean is what lets the fixed intercept identify the population mean.
- Treating "linear" as covariate-linear. Polynomial and spline terms are valid because linearity is in . Rejecting an LMM because the curve bends is the canonical wrong call.
- Asserting with nothing behind it. The assumption is not identifiable from the fitted , so credit comes from the indirect argument rather than a formal test: residual spread flat across predicted , plus a design reason the cluster effect and the within-cluster noise should be unrelated.
Bottom line
- Model form: , fixed effects , random effects , residuals .
- Distributional core: and , both Gaussian, both mean zero, mutually independent ().
- "Linear" is in the parameters, not the covariates; splines, polynomials, and interactions are allowed.
- Marginal model: , the form ML and REML fit directly.
Exam shortcut
When the prompt asks for "the assumptions," always include zero mean and Gaussian for both and . Most candidates remember one; full credit requires both. When a residual-vs-fitted plot funnels, name homoscedasticity of as the violation, not the random-effect distribution. When the random-effect variance estimate hits the zero boundary, suspect fixed-part mis-specification or residual heteroscedasticity before concluding "no clustering."
The full lesson (about 1,918 words, 13 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- B1
Browse all free MAS-II lessons or jump into free MAS-II practice questions.