[R-meta] Meta package

Guido Schwarzer @c @end|ng |rom |mb|@un|-|re|burg@de
Tue Sep 3 10:28:32 CEST 2019


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 using 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]]



More information about the R-sig-meta-analysis mailing list