[R-meta] R-meta] add comma to numbers in forest plot from metaprop objet

Dr. Guido Schwarzer gu|do@@chw@rzer @end|ng |rom un|k||n|k-|re|burg@de
Mon Dec 4 13:24:13 CET 2023


Sofia,

You can set argument 'big.mark' in settings.meta() which is considered in printouts and forest plots.

events <- c(12000, 5000, 800, 30000)
n <- c(50000, 10000, 5000, 40000)

library("meta")
settings.meta(big.mark = ",")
m <- metaprop(events, n)
forest(m)

Best,
Guido



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