使用 Metafor 进行多变量或多级荟萃分析?

发布于 2025-01-12 10:20:59 字数 425 浏览 3 评论 0原文

我正在对 196 项研究进行荟萃分析。每项研究报告“6 个结果”中的一个或多个,这些结果是使用“3 个因素”中的一个或多个来衡量的。

现在我不确定如何编码随机效应。我正在考虑两种替代方案:

多元模型,例如:

res <- rma.mv(yi, V,slab = study, random=~Outcome_Factor|study, data=dat, method="ML")

三层模型,例如:

res <- rma.mv(yi, vi,slab = study, random=~1|study/Outcome_Factor,data=dat, method="ML")

什么更合适?

预先非常感谢您。

亲切的问候

丽莎

I am conducting a meta-analysis across 196 studies. Each study reports one or more of "6 outcomes", which are measured using one or more of "3 factors".

Now I am unsure how to code the random effects. I was thinking about two alternatives:

A multivariate model such as:

res <- rma.mv(yi, V,slab = study, random=~Outcome_Factor|study, data=dat, method="ML")

A three-level model such as:

res <- rma.mv(yi, vi,slab = study, random=~1|study/Outcome_Factor,data=dat, method="ML")

What would be more appropriate?

Thank you very much in advance.

Kind regards

Lisa

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

樱娆 2025-01-19 10:20:59

这些是同一模型的不同“参数化”。请参阅此处以获取对此的广泛讨论:

https://www.metafor-project .org/doku.php/analysiss:konstantopoulos2011

所以最终,两个模型是相同的,只是结果的表达方式不同。

These are different 'parameterizations' of the same model. See here for an extensive discussion of this:

https://www.metafor-project.org/doku.php/analyses:konstantopoulos2011

So in the end, the two models are identical, the results are just expressed in different ways.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文