Skip to content
Prev 1693 / 5636 Next

[R-meta] Meta package

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
Message-ID: <00d4f647-26d0-0956-fa2a-00f61c730ebb@imbi.uni-freiburg.de>
In-Reply-To: <73cfe28e-d84f-3e32-ed92-2bcddb9b1e5f@imbi.uni-freiburg.de>