[R-meta] Computing treatment effects with 95%CI from a meta-regression output
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 at gmx.de> wrote: robu(formula = es ~ 1 + Time, data = SMD,studynum = study, var.eff.size = var,rho = .8, small = TRUE, modelweights = "CORR")