Skip to content
Prev 2186 / 5636 Next

[R-meta] R-sig-meta-analysis Digest, Vol 37, Issue 23

Here is an example:

library(metafor)
library(clubSandwich)

dat <- dat.berkey1998
res <- rma.mv(yi, vi, mods = ~ outcome - 1, random = ~ outcome | trial, struct="UN", data=dat)
coef_test(res, vcov="CR2")

Best,
Wolfgang