I'm trying to figure it out,
When calculating the variance of effect size, we calculate a correlation between pretest and post-test variance as
r = (SDpre ^ 2 + SDpost ^ 2 - SDchange ^ 2) / (2 * SDpre * SDpost)
'r' is a correlation coefficient and SDs are standard deviations. Sometimes I end up with a number that is >1 or one r =-5??
However, correlation cannot be outside 0-1. Or should r be "rounded" to 0 or 1? Please, any thoughts on this?