Skip to content
Prev 2179 / 5636 Next

[R-meta] Problems using rma.mh

Dear David,

Your code defines a data set called dat, but not dat2007. But this 
doesn't seem to be the problem (I can't locate). Maybe the double zero 
is the problem?

You could try the meta package:

library(metafor)
dat2007 <- dat.nielweise2007
library(meta)
m1 <- metabin(ai, n1i, ci, n2i, data = dat2007)
m2 <- metabin(ai, n1i, ci, n2i, data=dat2007[dat2007$ai==0,])
m1
m2

Best,

Gerta


Am 12.06.2020 um 11:01 schrieb David Fisher: