Skip to content
Prev 2605 / 5636 Next

[R-meta] Displaying Subgroups in Forest Plot

Hi Wolfgang,



Thanks, that did the trick!



Best,

Dylan



Dylan Johnson, MSc

MA Student, School and Clinical Child Psychology
Department of Applied Psychology and Human Development

University of Toronto
252 Bloor Street West

Toronto, ON M5S 1V6



From: Viechtbauer, Wolfgang (SP)<mailto:wolfgang.viechtbauer at maastrichtuniversity.nl>
Sent: January 16, 2021 1:25 PM
To: Dylan Johnson<mailto:dylanr.johnson at mail.utoronto.ca>; r-sig-meta-analysis at r-project.org<mailto:r-sig-meta-analysis at r-project.org>
Subject: RE: Displaying Subgroups in Forest Plot



EXTERNAL EMAIL:

Hi Dylan,

escalc() and model fitting functions like rma() and rma.mv() really want unique study labels, so if there are duplicates in slab, those numbers are automatically added.

However, if you specify 'slab' as part of the forest() call, then it won't do this.

Best,
Wolfgang