Skip to content
Prev 3859 / 5636 Next

[R-meta] Combining studies with different within-subject designs

Dear Pablo,

I am confused why you call case 2 a 'within-study design'. That looks like a two-group post-test only design to me.

In any case, for all three cases, you want to use 'raw score standardization' to make the various effect size measures comparable, at least under some restrictive assumptions, such as that there is no inherent time effect or time by group interaction.

So, for case 2, you compute standard SMDs, which use the SD at a single timepoint (i.e. at post). This is in essence 'raw score standardization'.

Ananlogously, for case 3, you also use 'raw score standardization', so measure "SMCR" in escalc() lingo.

And finally, for case 1, you again want to standardize based on the SD of a single timepoint, not the SD of the change scores. See:

https://www.metafor-project.org/doku.php/analyses:morris2008

for a discussion of how to do this.

If authors do not report the required raw score SDs, then you will have to get creative getting these (e.g., contacting authors, back-calculating them based on the SD of the change scores and other information provided, guestimating them).

I would also code the type of design that was used in each study (and hence the type of effect size measure that was computed) to examine whether there are still systematic differences between these groups, even if the type of standardization was the same across measures.

Best,
Wolfgang