Skip to content

[R-meta] Meta package

1 message · Guido Schwarzer

#
Am 22.08.19 um 17:26 schrieb Dr. Gerta R?cker:
The column headings in a forest plot can be changed with arguments 
'label.e' and 'label.c' - either in metabin() or forest.meta(), e.g.,

forest(metabin(1:3, 31:33, 3:1, 31:33, label.e = "Haloperidol", label.c 
= "Placebo"))
forest(metabin(1:3, 31:33, 3:1, 31:33), label.e = "Haloperidol", label.c 
= "Placebo")

Furthermore, it is possible to define these labels for any meta-analysis 
in the current R session using settings.meta().

settings.meta(label.e = "Haloperidol", label.c = "Placebo")
forest(metabin(1:3, 31:33, 3:1, 31:33))
forest(metabin(1:3, 31:33, 3:1, 31:33, sm = "OR"))

Best wishes, Guido