Skip to content
Prev 1478 / 5636 Next

[R-meta] Dependent Measure Modelling Question

Grace,

I see. This is quite a complex data structure, and I do not think there is
a single right answer for what random effects specification should be
used.  Without a single definitive model specification, I think the thing
to do would be to explore a range of models and compare their fit. Others
on the listserv might have better suggestions about how to conduct and
report this sort of model-building exercise. I'll offer a few highly
speculative suggestions. Your initial specification,

A:    random = ~ 1 |  studyID/outcome/effectID

seems quite reasonable as a starting point. Other specifications that you
might explore would allow the between-study heterogeneity to vary depending
on the emotion, task, or combination of emotion and task. If you had a
large number of studies, all of which reported every combination of emotion
and task, a very general specification would be

B:    random = list(~ outcome |  studyID, ~ 1 | effectID), struct = "UN"

But this model might be hard to fit when studies each use only a few
combinations of emotions and tasks. You could try allowing the
between-study heterogeneity to vary by emotion but not by task:

C:    random = list(~ emotion |  studyID, ~ 1 | effectID), struct = "UN"


Or vice versa:

D:    random = list(~ task |  studyID, ~ 1 | effectID), struct = "UN"

For (C), you could also include random effects per task nested within
studyID, but you'd need to create a taskID variable that takes on different
values for every study. Similarly for (D), you could also include random
effects per emotion nested within studyID by creating an emotionID variable
that takes on different values for every study.

James





On Thu, Mar 21, 2019 at 11:53 PM Grace Hayes <grace.hayes3 at myacu.edu.au>
wrote:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20190322/d939bcec/attachment-0001.html>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Outlook-0omt2zgh.png
Type: image/png
Size: 8478 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20190322/d939bcec/attachment-0002.png>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Outlook-0kel4z03.png
Type: image/png
Size: 8478 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20190322/d939bcec/attachment-0003.png>
Message-ID: <CAFUVuJwcTBQRbDWPAQXY_hDrC=ObJR1hqPWHCG8ZWOw_wmxKKQ@mail.gmail.com>
In-Reply-To: <ME2PR01MB227316F24DD77E07C8A05D42F0430@ME2PR01MB2273.ausprd01.prod.outlook.com>