I am currently trying to calculate effect sizes for a meta-analysis that I am conducting. I am interested in calculating a standardized mean difference for paired data. I am using the escalc function ("SMD") of the package metafor to do this.
I have realized why extracting data that some papers only report the standard deviation of the difference scores rather than the SDs of the two groups specifically. When this is the case, how can I implement them into the escalc function, as "SMD" always seems to require the groups' SDs.
Thanks a lot!