| Group | Pre | Post |
|---|---|---|
| trt | \(X_{trt}\) | \(Y_{trt}\) |
| ctrl | \(X_{ctrl}\) | \(Y_{ctrl}\) |
Detecting Changes in Repeated Measures Designs
Hochschule für Musik, Theater und Medien – Hannover
Institut für Musikphysiologie und Musiker-Medizin
2026-06-05
| Group | Pre | Post |
|---|---|---|
| trt | \(X_{trt}\) | \(Y_{trt}\) |
| ctrl | \(X_{ctrl}\) | \(Y_{ctrl}\) |
\(\bar{Y_{trt}} = mean(Y_{trt})\)
\(Y_{diff} = Y_{trt} - Y_{ctrl}\)
| Group | Pre | Post |
|---|---|---|
| trt | \(X_{trt}\) | \(Y_{trt}\) |
| ctrl | \(X_{ctrl}\) | \(Y_{ctrl}\) |
\(T = Y_{trt} - X_{trt}\)
and
\(C = Y_{ctrl} - X_{ctrl}\)
| Group | Pre | Post |
|---|---|---|
| trt | \(X_{trt}\) | \(Y_{trt}\) |
| ctrl | \(X_{ctrl}\) | \(Y_{ctrl}\) |
\(T = (Y_{trt} - X_{trt}) / X_{trt}\)
and
\(C = (Y_{ctrl} - X_{ctrl}) / X_{ctrl}\)
| Group | Pre | Post |
|---|---|---|
| trt | \(X_{trt}\) | \(Y_{trt}\) |
| ctrl | \(X_{ctrl}\) | \(Y_{ctrl}\) |
\[\begin{align} DiM &= (\bar{Y_{trt}} - \bar{X_{trt}}) \\ &- (\bar{Y}_{ctrl} - \bar{X}_{ctrl}) \end{align}\]
| Group | Pre | Post |
|---|---|---|
| trt | \(X_{trt}\) | \(Y_{trt}\) |
| ctrl | \(X_{ctrl}\) | \(Y_{ctrl}\) |
Analysis of covariance = regression:
\(Y = \beta_0 + \beta_1 \times X + \beta_2 \times Group\),
where \(Group\) is a vector of length \(N\), with a 0 for each member of the ctrl group, 1 otherwise1
In repeat measures designs, extreme values (e.g., very low/high blood pressure) tend to become less extreme in the follow-up -> they regress to the mean
Learn regression
Vickers and Altman (2001) and the literature therein
IMMM 2025