Skip to content
Prev 1373 / 5632 Next

[R-meta] Influential case diagnostics in a multivariate multilevel meta-analysis in metafor

Hi Wolfgang,

Thanks for your detailed reply and suggestions. Unfortunately, even after
implementing your suggestions, I could not get the computation to terminate
after letting it run for the night (with 4 logical cores).

I was going to suggest that perhaps the unbalanced dataset I am working
with compared to the konstantopoulos2011 data has something to do with it
(cluster size in my dataset ranges between 1 and 234 effect sizes with a
mean of 11 and a median of 5). However, when I tried to run the
konstantopoulos2011 code, I got similar running times for fitting the
models (using standard BLAS), but I could not get the Cook?s distances
computation to terminate even after 2050 seconds ? even when I used
parallel processing with 4 logical cores. I used this code:

system.time(sav2 <- cooks.distance(res2, cluster=dat$group,
reestimate=FALSE, parallel="snow", ncpus=4))

Any thoughts?

Thanks,
Yogev

--

Yogev Kivity, Ph.D.
Postdoctoral Fellow
Department of Psychology
The Pennsylvania State University
Bruce V. Moore Building
University Park, PA 16802
Office Phone: (814) 867-2330


On Thu, Jan 17, 2019 at 4:24 AM Viechtbauer, Wolfgang (SP) <
wolfgang.viechtbauer at maastrichtuniversity.nl> wrote: