I am conducting a meta-analysis and trying to extract standardised differences from a study using pre-post (or repeated measures) design. I am given the Mean, SD, and Sample Size for the pre- and post-test scores (in terms of the metafor
package, I have the m1i, m2i, sd1i, and sd2i).
The repeated measures standardised difference takes into account the correlation between the measures (e.g. see a brief description of the method in a previous post here). However, I do not have this information and recommended not to guess it. Are there any ways I can find the repeated measures standardised difference without knowing the correlation between the measures?
(a simple guide on how to do that in R would be sufficient, but feel free to add any mathematical details)
Many thanks!