Skip to content

[R-meta] Computing treatment effects with 95%CI from a meta-regression output

5 messages · Tobias Saueressig, James Pustejovsky, t@s@ueressig m@iii@g oii gmx@de

#
The easiest thing to do is probably to simply recalculate the model after omitting the intercept term:

robu(formula = es ~ 0 + Time, data = SMD,studynum = study, var.eff.size = var,rho = .8, small = TRUE, modelweights = "CORR")

Sent from my iPhone
#
That makes sense. RVE won't work and is not appropriate if you only have a
single study falling into a given category. For it to work, there need to
be multiple independent studies that contribute effects to a given
category.

On Sun, Sep 6, 2020 at 10:22 AM Tobias Saueressig <t.saueressig at gmx.de>
wrote: