Skip to content
Prev 4826 / 5636 Next

[R-meta] Questions about multilevel meta-analysis structure

James' responses are right on. I typed this up a bit ago so instead of
dumping them I put them here in case they might be helpful.

In general, modeling effect sizes may often depend at least on a couple of
things. First, what are study goals/objectives? For example, would that be
one of your study goals/objectives to understand the extent of
relationships that exists among the true effects associated with your 9
different cognitive domains? Does such an understanding help you back an
existing theoretical/practical view up or bring up a new one to the fore?

If yes, then potentially one of ?~inner | outer? type formulas in your
model could to some extent help.

Second, do you have empirical support to achieve your study goal? This one
essentially explains why I hedged a bit (?potentially?, ?one of?, ?to some
extent?) toward the end when describing the first goal above. Typically,
the structure of the data that you have collected could determine which (if
any) of the available random-effects structures can lend empirical support
to your initial goal.

Some of these structures like UN allow you to tap into all the existing
bivariate relationships between your 9 different cognitive domains. But
that comes with a requirement. Those 9 cognitive domains must have
co-occurred in a good number of the studies you have included in your
meta-analysis. To the extent that this is not the case, you may need to
simplify your random-effects structures using alternatively available
structures (CS, HCS etc.).

Responses to your questions are in-line below.

1. Is my model correctly structured to account for dependency using the
inner | outer formula (see MODEL 1 CODE below) or should I just specify
random effects at the study and unique effect size level (see MODEL 2 CODE
below).

Please see my introductory explanation above. But please also note that
?struct=? only works with formulas that are of the form ?~inner | outer?
where inner is something other than intercept (other than ~1). Thus, UN
is entirely ignored in model 2.

2. If I do need to specify an inner | outer formula to compare effect sizes
across cognitive domains, then is an unstructured variance-covariance
matrix ("UN") most appropriate (allowing tau^2 to differ among cognitive
domains) or should another structure be specified?

Please see my introductory explanation above.

3. To account for effect size dependency is a variance-covariance matrix
necessary (this is what my model currently uses) or is it ok to use
sampling variance of each in the multilevel model.

I?m assuming you?re referring to V. You?re not currently showing the
structure of V. See also James' response.

4. When subsetting my data by one cognitive domain and investigating this
same cognitive domain in a univariate multilevel model the effect estimate
tends to be lower compared to when all cognitive domains are included in a
single multilevel model as a moderator, is there a reason for this?

See James? answer.


On Thu, Jul 20, 2023 at 9:53?AM James Pustejovsky via R-sig-meta-analysis <
r-sig-meta-analysis at r-project.org> wrote: