Skip to content
Prev 999 / 5632 Next

[R-meta] (partial) eta squared

Hello Wolfgang,

thank you very much for your advice and your reading suggestions (will take
me a while to catch up on those...) - based on your instructions I am using
this code now to run the (mini) meta-analysis.

slope = c(-0.0478, 0.1307, 0.0941)               #regression coefficient
error = c(0.0075, 0.0083, 0.0077)                  #standard error squared
study<-c("Study 1", "Study 2", "Study 3")

summary(meta <- rma(yi=slope, vi= error, method= "FE", slab=c("Study 1",
"Study 2", "Study 3")))
forest(meta, xlab = "regression coefficient")

All the best, Antonia


On 7 August 2018 at 10:31, Viechtbauer, Wolfgang (SP) <
wolfgang.viechtbauer at maastrichtuniversity.nl> wrote: