Forest plot to show network estimates of two or more network meta-analyses.
# S3 method for netbind
forest(
x,
pooled = ifelse(x$x$random, "random", "common"),
equal.size = gs("equal.size"),
leftcols = "studlab",
leftlabs = "Treatment",
rightcols = c("effect", "ci"),
rightlabs = NULL,
subset.treatments,
digits = gs("digits.forest"),
digits.prop = max(gs("digits.pval") - 2, 2),
backtransf = x$backtransf,
lab.NA = gs("lab.NA"),
smlab,
...
)# S3 method for netbind
plot(x, ...)
An object of class netbind
.
A character string indicating whether results for the
common ("common"
) or random effects model ("random"
)
should be plotted. Can be abbreviated.
A logical indicating whether all squares should be of equal size. Otherwise, the square size is proportional to the precision of estimates.
A character vector specifying columns to be plotted on the left side of the forest plot (see Details).
A character vector specifying labels for columns on left side of the forest plot.
A character vector specifying columns to be plotted on the right side of the forest plot (see Details).
A character vector specifying labels for columns on right side of the forest plot.
A character vector specifying treatments to show in forest plot as comparators to the reference.
Minimal number of significant digits for treatment
effects and confidence intervals, see print.default
.
Minimal number of significant digits for the direct evidence proportion.
A logical indicating whether results should be
back transformed in forest plots. If backtransf = TRUE
,
results for sm = "OR"
are presented as odds ratios rather
than log odds ratios, for example.
A character string to label missing values.
A label printed at top of figure. By default, text indicating either common or random effects model is printed.
Additional arguments for forest.meta
function.
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de
A forest plot, also called confidence interval plot, is drawn in the active graphics window.
The arguments leftcols
and rightcols
can be used to
specify columns which are plotted on the left and right side of the
forest plot, respectively. If argument rightcols
is
FALSE
, no columns will be plotted on the right side.
For more information see help page of forest.meta
function.
netbind
, netcomb
,
forest.meta