Skip to content
Prev 2371 / 5632 Next

[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