Skip to content
Prev 2647 / 5632 Next

[R-meta] SMD and Eggers regression test for small study effects (publication bias)

Dear Tobias,

I am not sure why the square-root of the weights (which are a function of the standard errors) would be any better. The more obvious thing to do in my opinion would be to remove that part from the standard error that creates the inherent dependence between standardized mean differences and their standard errors. In particular, the estimate of the large-sample standard error of a SMD is:

SE = sqrt(1/n1 + 1/n2 + SMD^2 / (2*(n1+n2)))

The SE involves the (squared) SMD, which leads to the inherent dependence between the SE and the SMD. An easy fix is to conduct the regression test with

sqrt(1/n1 + 1/n2)

as the 'predictor'. See also:

Pustejovsky, J. E., & Rodgers, M. A. (2019). Testing for funnel plot asymmetry of standardized mean differences. Research Synthesis Methods, 10(1), 57-71.

Best,
Wolfgang