如何在置信区间列(3d 列)上方添加标题:“OR [CI 95%]”,在第一列上方添加标题“Cohort”?
这是我的代码:
library(metafor)
y <- scan(what=numeric())
0.9158
0.6304
se <- scan(what=numeric())
-0.08461987
-0.165519
meta_analysis <- rma(y,se^2,method="REML")
forest.rma(meta_analysis,xlab="Odds Ratio", slab=c("GoKind","EDIC"))