Skip to content

[R-meta] AUC

2 messages · Julie Webbs, Philipp Doebler

#
Would you please help

I have 12 AUC values with their SEs. I want to draw the forest plot. I want
to have a scale of  0, 0.5, 1 under the plot  and then a vertical line
(non-effect line) at the value
corresponding to 0.5.

I struggle to do it with R packages.

Thanks for your help.
Julie
#
Hi Julie,

the mada package does not excel at forest plots. My recommendation is to
use metafor's forest.default function. Organize the AUCs and SEs as vectors
and then just pass them on to forest.default (arguments are called x and
sei). Adding lines is straightforward with the lines function.

-P
On Sat, Jun 27, 2020 at 8:10 PM Julie Webbs <webbsjulie at gmail.com> wrote: