[R-meta] Plotting interaction effect from a rma.mv() fit

Simon Harmel @|m@h@rme| @end|ng |rom gm@||@com
Tue Mar 16 05:25:09 CET 2021


Dear All,

Are there plotting packages (e.g., `effects::plot(allEffects())`,
`sjPlot::plot_model()`, `emmeans::emmip()`  ) to plot the predictions of a
say rma.mv() model?

For example, is it possible to plot the interaction effect below?

library(metafor)
dat <- read.csv("https://raw.githubusercontent.com/hkil/m/master/tst.csv")
fit <- rma.mv(d ~ factor(outcome)*time, V = SE^2, random= ~1|id, data = dat)

	[[alternative HTML version deleted]]



More information about the R-sig-meta-analysis mailing list