plot_forest {metaBMA} | R Documentation |
Forest Plot for Meta-Analysis
Description
Plots estimated effect sizes for all studies.
Usage
plot_forest(
meta,
from,
to,
shrinked = "random",
summary = c("mean", "hpd"),
mar = c(4.5, 12, 4, 0.3),
cex.axis = 1,
...
)
Arguments
meta |
fitted meta-analysis model |
from |
lower limit of the x-axis |
to |
upper limit of the x-axis |
shrinked |
which meta-analysis model should be used to show (shrinked)
estimates of the study effect sizes. The name must match the corresponding
name in the list |
summary |
character vector with two values: first, either |
mar |
margin of the plot in the order |
cex.axis |
size of the y-axis annotation for the labels of studies. |
... |
arguments passed to |
See Also
meta_bma, meta_fixed, meta_random
Examples
data(towels)
mf <- meta_fixed(logOR, SE, study, towels)
plot_forest(mf, mar = c(4.5, 20, 4, .2), xlab = "Log Odds Ratio")
[Package metaBMA version 0.6.9 Index]