[R-meta] Computing treatment effects with 95%CI from a meta-regression output
James Pustejovsky
jepu@to @end|ng |rom gm@||@com
Sun Sep 6 16:53:21 CEST 2020
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
> On Sep 6, 2020, at 7:25 AM, Tobias Saueressig <t.saueressig using gmx.de> wrote:
>
> robu(formula = es ~ 1 + Time, data = SMD,studynum = study, var.eff.size = var,rho = .8, small = TRUE, modelweights = "CORR")
More information about the R-sig-meta-analysis
mailing list