Skip to content
Prev 4518 / 5636 Next

[R-meta] Metafor modeling question

I would start by running:

par(mfrow=c(3,2))
profile(mm)

which will indicate that none of the var-cor components are identifiable.

The only study with any variability in SES is study 18 (all other studies have SES = 1), which makes analyzing the association between the effect sizes and SES a difficult endeavor.

Not sure how I would approach this. Possibly, I might consider just looking at study 18 by itself to examine this relationship:

plot(yi ~ SES, data=dat, subset=study==18, pch=21, bg="gray", cex=0.5/sqrt(vi))

Best,
Wolfgang