Skip to content
Prev 3862 / 5636 Next

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

Dear Wolfgang,

Thanks for your detailed answer. To clarify, all cases involve the /same 
group of participants/ and are thus paired data ("within-subject designs"):


 ??? ??? Case 1 = pre-Treament and post_Treatment both in day 1 and 
pre-Control and post-Control both in day 2, in the same participants 
(order of T and C counterbalanced)

 ??? ??? Case 2 = post-Treatment in day 1 vs post-Control in day 2, in 
the same participants (order of T and C counterbalanced).

 ??? ??? Case 3 = pre-Treatment and post-Treatment in day 1.


So, if I understand you correctly, your suggestion to calculate SMDs 
using "raw score standardization" would be for each case:


For Case 1:

SMD1 = ((MpostT - MpreT) - (MpostC-MpreC)) / SD_pre_pooled

 ??? ??? ??? with SD_pre_pooled = sqrt(SDpreT^2 + SDpreC^2 + 
2*r1*SDpreT*SDpreC) / 2

 ??? ??? ??? and r1 = correlation between preT and preC values (as they 
T and C are the same participants)

SE1 =? 2*(1-r2)/n + SMD^2 /(2n)

 ??? ??? ??? n = n of participants

 ??? ??? ??? and r2 = correlation between individual change score 
differences (postT-preT) and (postC-preC)



Then, case 2 is not so clear for me (as I believe you assumed treatment 
and control are different group of participants):

SMD2 = (MpostT-MpostC) / SD_???

 ??? ??? Which SD do you suggest to use?

 ??????? SD_diff =? sqrt(SDpostT^2 + SDpostC^2 - 2*r*SDpostT*SDpostC) or

 ??? ??? SD_pooled = sqrt(SDpostT^2 + SDpostC^2 + 2*r*SDpostT*SDpostC) / 2

 ??? ??? or just one of the SD (SDt or SDc)?

And SE2 = ???


And case 3, you suggest:

 ??? ??? SMD3 = (MpostT-MpreT) / SD_pre

 ??? ??? And SE3 (same as case SE1) = 2*(1-r2)/n + SMD^2 /(2n)


Is this correct? (I am also a bit unsure about the SE formulas)

And unfortunately yes, most of the authors do not report any of the 
required SDs. Paired t-tests and related values (e.g. often reported 
effect sizes as cohens d_z) would be of no help then, as they use the SD 
of the differences/change scores (and would only be of use using a 
change score standardization).


Alternative: Wouldn't it be possible to check if the variance 
post-treatment differs to post-control in those studies were the raw 
data is available and then based on this information, leave or drop the 
change score standardization?


In any case thanks for your suggestions! I'll definitely add the design 
as a moderator in the meta-analysis.


Best,

Pablo
On 18.02.22 11:10, Viechtbauer, Wolfgang (SP) wrote: