Decomposing Variance in General Linear Mixed Models for Repeated Measurements : Understanding Between-Subject, Within-Subject, and Measurement Error Components
In the linear mixed model:
- Between-subject variance (): Captures variability due to random effects, like subject-specific intercepts or slopes.
- Within-subject variance (): Captures variability within a subject, which includes:
- Measurement error
- Other time-specific fluctuations
📌 So where is measurement error?
Measurement error is part of the within-subject variance. If we assume:
then all within-subject variability is attributed to independent measurement error with constant variance .
However, in more complex models, can include:
- Autocorrelation (e.g., AR(1) structure)
- Heteroscedasticity (changing variance over time)
- Measurement error
✅ Summary
You can say:
Var() = between-subject variance + within-subject variance (including measurement error)
Comments
Post a Comment