Skip to content
Back to formatted view

Raw Message

Message-ID: <alpine.DEB.2.20.1908071401460.20528@wvx1>
Date: 2019-08-07T12:05:14Z
From: Wolfgang Viechtbauer
Subject: [R-meta] metafor: standardized mean change using raw score standardization
In-Reply-To: <b181879333cb42a3bfd6a82e6b80cb90@tum.de>

Dear Spyros,

Indeed, 'sd2i' isn't needed, since escalc() computes yi=(m1i-m2i)/sd1i for 
measure="SMCR". If you have the mean change (and not the pre- and 
post-test means), then you can set m1i to the mean change and m2i to 0. 
But you will need to specify 'ri' and cannot simply assume it to be 0. The 
value of 'ri' won't change the size of 'yi', but it will influence the 
size of the sampling variance ('vi').

Best,
Wolfgang

> Hello to all,
>
> I would like to calculate standardized mean change with raw score standardization ("SMCR") using the escalc().
> Therefore: sd1i=pre-test standard deviation, m1i=  mean change score or post-test mean and m2i=0 or pre-test mean, respectively.
>
> As far as I understood, the arguments sd2i and ri are not needed for the calculations, but they are required in escalc.
> Could I use sd2i=0 and ri=0? Do they influence the calculations?
>
> Thank you very much in advance!
>
> All the best,
> Spyros Siafis