Skip to content
Prev 4685 / 5636 Next

[R-meta] Non-independent effect sizes for moderator analysis in meta-analysis on odds ratios

You need to specify the 'newmods' argument. In particular:

predict(Analysis2, newmods=c(0,1), transf=exp, digits=2)

will give you the predicted odds ratio for the two levels.

Best,
Wolfgang