Skip to content
Prev 2002 / 5632 Next

[R-meta] How does the rma.mv function handle multiple inferences within a study-level

I apologize for my haste in the previous email. All sigma^2 in the above
matrix are indeed the same (There were some rounding offs I overlooked).
So would a take away here be that since there are two inferences under one
Study, these are additionally weighted by the sigma^2? As opposed to case2
shown below where with 1 inference per Bin-level, a meta-analysis at the
Bin level would simply down weight each inference by Sigma^2+SE^2 only

*Case 2*
case <- data.frame(Study=c("a","b","c","c"),
Bin=c("a","b","c","d"),ES=c(-1.5,-3,1.5,3), SE=c(.2,.4,.2,.4))
res <- rma.mv(ES, SE^2, random = ~ 1 | Bin, data=case)

On Wed, Apr 1, 2020 at 2:00 PM Divya Ravichandar <divya at secondgenome.com>
wrote: