我正在尝试查找代码,例如使用“ for”对不同的数据集或不同的子组重复进行荟萃分析。
painmeta<-metafor::rma.uni(yi=MCID12, sei=SE12, method="DL", data=Pain, weighted=TRUE, subset=(Pain$outcomegruppe=="9"))
因此,数据和Pain $ outcomegruppe是我要重复分析的两件事。例如。数据=疼痛/身体/情感等。或$ outcomegruppe ==“ 1” /“ 2/2 /等。
我将非常感谢您的帮助:)