【发布时间】:2022-12-15 12:51:32
【问题描述】:
我有一个包含三个子组的森林图,每个子组的一个级别来自同一研究。在 escalc 中,我使用 slab=paste(study) 并将正确的标签放置在森林图中,但由于重复研究,它们以 authoryear.1、authoryear.2、authoryear.3 等结束。森林图好像:
Group North
Smith 2021.1
Reed 2019.1
Group Central
Smith 2021.2
Reed 2019.2
Group South
Smith 2021.3
Reed 2019.3
我想要的是...
Group North
Smith 2021
Reed 2019
Group Central
Smith 2021
Reed 2019
Group South
Smith 2021
Reed 2019
【问题讨论】:
-
您能否使用
dput(df)分享数据?
标签: r forestplot metafor