Skip to content
Back to formatted view

Raw Message

Message-ID: <00d4f647-26d0-0956-fa2a-00f61c730ebb@imbi.uni-freiburg.de>
Date: 2019-09-03T08:28:32Z
From: Guido Schwarzer
Subject: [R-meta] Meta package
In-Reply-To: <73cfe28e-d84f-3e32-ed92-2bcddb9b1e5f@imbi.uni-freiburg.de>

Am 22.08.19 um 17:26 schrieb Dr. Gerta R?cker:

> [...]
> Am 22.08.2019 um 00:46 schrieb Julie Webbs:
>> [...]
>> May I? have another question. I want to change "experimental" and
>> "control" to something else. Which argument I can use?

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

-- 
Dr. Guido Schwarzer
Institute of Medical Biometry and Statistics,
Faculty of Medicine and Medical Center - University of Freiburg

Postal address: Stefan-Meier-Str. 26, D-79104 Freiburg

Phone: +49/761/203-6668
Mail: sc at imbi.uni-freiburg.de
Homepage: http://www.imbi.uni-freiburg.de

ORCID iD: https://orcid.org/0000-0001-6214-9087
R-book: https://www.springer.com/gp/book/9783319214153


	[[alternative HTML version deleted]]