Baseline correction

Often change score is an ineffective way of normalizing/scaling your data. Instead, when using a pre-post design, you might want to normalize your treatment effect by the baseline (pre-). This applies to both psychological scales as well as time-series.

Generally:

  1. Compute the mean of the pre-treatment time series
  2. For each post-treatment measurement at index subtract the baseline value:

References