Skip to content
Prev 4462 / 5636 Next

[R-meta] Computing Effect Size for Difference in Differences with Different Populations

Hi Mika,

Depends on what you mean by 'best'. But note that escalc(measure="SMCRH, ...) computes (m1i-m2i)/sd1i, so you are using the post-treatment SD to standardize, which is a bit unusual and different from your second approach where you use the average pre-treatment SD to standardize. This aside, the two approaches should lead to rather similar estimates, especially if the pre-treatment SDs (assuming those are used in both approaches) are similar across the two groups.

Best,
Wolfgang