Skip to content
Prev 4832 / 5636 Next

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

Hi James and Reza,

Thank you both for your detailed responses, they have provided more clarity on multilevel modelling and cleared up any possible misunderstandings I had.

My team and I have decided, in line with both of your suggestions, that "HCS" is the most appropriate model variance structure for our data (given there are many studies that don't include effects for all cognitive domains).

Only a couple of cognitive domains get pulled downward in the multivariate model, where most effect estimates remain quite accurate. When testing the models, you suggested for the equivalent of subgroup analyses the effect estimates for the cognitive domains that were pulled downward were much closer to the effects in univariate models.

My last question then would be should we be specifying cognitive domain as our subgroup for when imputing a variance-covariance matrix for our multilevel moderator model or is this not appropriate? Therefore, would the following code be suitable?

## V <- impute_covariance_matrix(vi = dat$variance, cluster = dat$study_id, r = 0.6, subgroup = dat$cog_domain)
##
## res <- rma.mv(yi,
                        V,
                        mods = ~ cog_domain,
                        random = list(~ cog_domain | study_id, ~ 1 | unique_id),
                        struct = "HCS",
                        tdist = TRUE,
                        method = "REML",
                        data = dat)

Thank you to both of you again for sharing your expertise, it has been highly appreciated.

Kind regards,

Isaac
Message-ID: <SY4P282MB301675A73A4DEE4BE69F520EB102A@SY4P282MB3016.AUSP282.PROD.OUTLOOK.COM>
In-Reply-To: <CAKt3tzkDzwL7G8TH83uxAA=CTePDGsmXAQ5oBvv2cNvtr0YosA@mail.gmail.com>