Skip to content
Prev 3475 / 5632 Next

[R-meta] Best choice of effect size

Dear James,

I now had the opportunity to follow your recommendations in this post.
I calculated the Log Response Ratio (LRR), SMD, and SMDH.

You were right, LRR looks way more symmetric compared to SMD and SMDH
(plots attached). The implications were serious. Egger's test under
SMD, and SMDH was highly significant. But under LRR it's not. Outliers
under SMD, and SMDH were really extreme, but under LRR, they are not.

This makes me want to understand the nature of these benefits better.

First, "technically", when is the SMD family the first and the best
choice of effect size in a meta-analysis?

Second, I understand that the use of SMD in my case (I dealt with
proportions(-ish) and raw frequency counts of errors made by subjects
on a test with varying number of errors and time limits across
different studies) was affected by varying test reliability estimates
introducing heterogeneity in my SMDs. But does that mean if a test has
had a **high reliability estimate**, then, the SMD could be large due
to the smaller denominator of the SMD and in turn such a phenomenon
could lead to the rise of positive outliers? (a part of me says, if an
effect size estimate is larger due to the higher reliability of the
measurement, so be it, it's a legitimate thing)

Third, the mean of proportions (Mu_p) and their variances (Var_p) do
have a natural positive relation between them. For each student in a
given group attempting "n" questions, we have Mu_p = n*p and Var_p =
(1-p)*Mu_p, thus p = 1 - (Var_p / Mu_p). So, for a fixed unknown p, a
smaller Mu_p leads to a smaller Var_p for each student by design.
Then, for a given group of students **over time**, if we see
improvement (recall improvement means making less errors) on an
outcome, then we expect the mean of that whole group's proportions to
get smaller, like:

group1_M_prop = c(.39, .18, .13)

and by design we expect the Sd of that whole group's proportions to
get smaller over time as well, like:

group1_SD_prop = c(.25, .16, .13)

So, I wonder why we even need to investigate the relation between Mean
proportion and SD of proportion in each group when this happens
naturally?

Sincerely,
Luke
On Sun, Oct 3, 2021 at 7:51 PM Luke Martinez <martinezlukerm at gmail.com> wrote:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LRR.PNG
Type: image/png
Size: 34656 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20211017/0958091a/attachment-0003.png>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: SMDH.PNG
Type: image/png
Size: 27848 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20211017/0958091a/attachment-0004.png>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: SMD.PNG
Type: image/png
Size: 28952 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20211017/0958091a/attachment-0005.png>