Skip to main content

A Note on Model Specification: Mixed Model for Repeated Measurement (MMRM)

MMRM

Full and Naive Structure

Let

  • Cs, t be the Change from Baseline in Patient s at Visit t;
  • BLs be the Observation of Patient s at Baseline t=0;
  • Vt be the Visit for C t = 21 or 42 days;
  • T be the planned treatment group for Patient s;
  • s(t) be the variance-covariance matrix of Patient s nesting Visit t;
  • and a error term present the residual.

The model can be written as:

Full and Dummized Structure

The interaction are preferred to be expanded:


At this step, if you notice, Ts can be simplified by factoring out(additive term for β2, β3, β41 and β42). However, Vt has to be retained as part of matrix s(t).

Then, factoring out Ts

Appendix

CodeCogs

C_{s,t} = \mu + \beta_{1}\times B_{s} + \beta_{2}\times V_{t} + \beta_{3}\times T_{s} + \beta_{4}\times V_{t} \times T_{s} + \gamma\times s(t) + \varepsilon_{s,t}

C_{s,t} = \mu + \beta_{1}\times B_{s} + \beta_{2}\times V_{t} + \beta_{3}\times T_{s} + \beta_{41}\times (V_{t}=24)\times T_{s} + \beta_{42}\times (V_{t}=42)\times T_{s} + \gamma\times s(t) + \varepsilon_{s,t}