Skip to content
Prev 2621 / 5636 Next

[R-meta] Construct the covariance-matrices of different effect sizes

Hi Tzlil,

Apologies for the long delay in responding to your query. You've raised
some excellent questions about rather subtle issues. To your question (1),
I would say that it is NOT compulsory to use a sampling variance-covariance
matrix (the "V-matrix") for the effect sizes of each type. Omitting the
V-matrix amounts to assuming a correlation of zero. If your goal is
primarily to understand average effect sizes (of each type), then using
robust standard errors/hypothesis tests/confidence intervals will work even
if you have a mis-specified assumption about the correlation among effect
sizes.

That said, there are at least two potential benefits to using a V-matrix
based on more plausible assumptions about the correlation between effect
sizes. First, using a working model that is closer to the true dependence
structure will yield a more precise estimate of the average effect. If
you're just estimating an average effect of each type, the gain in
precision will probably be pretty small. If you're estimating a
meta-regression with a more complex set of predictors, the gains can be
more substantial.

The second potential benefit is that using a plausible V-matrix will give
you better, more defensible estimates of the variance components
(between-study variance and within-study variance). Whether based on REML
or some other estimation method, the variance component estimates are NOT
robust to mistaken assumptions about the sampling correlation structure.
They'll be biased unless you have the sampling correlation structure
approximately correct. So to the extent that understanding heterogeneity is
important, I think it's worth working on building in a V-matrix.

To your question (2), I like the approach you've outlined, where you use
different V-matrices for each of the effect indices you're looking at. I
think ideally, you would start by making a single assumption about the
degree of correlation between the *outcomes*, and then using that to derive
the appropriate degree of correlation between each of the indices:
* For raw mean differences, the correlation between outcomes will translate
directly into the correlation between mean differences.
* For SDs, I'm not sure exactly what your ES index is. Is it the log ratio
of SDs? How did you arrive at the formula for the correlation between
effect sizes? I don't know of a source for this, but it could be derived
via the delta method.
* For ICCs and pearson correlations, using Wolfgang's function would be the
way to go. Perhaps if you can provide a small example of your data and
syntax that you've attempted, folks on the list can provide guidance about
applying the function.

Kind Regards,
James
On Thu, Jan 7, 2021 at 5:16 PM Tzlil Shushan <tzlil21092 at gmail.com> wrote: