plot_forest | R Documentation |
Plots estimated effect sizes for all studies.
plot_forest(
meta,
from,
to,
shrinked = "random",
summary = c("mean", "hpd"),
mar = c(4.5, 12, 4, 0.3),
cex.axis = 1,
...
)
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 |
meta_bma, meta_fixed, meta_random
data(towels)
mf <- meta_fixed(logOR, SE, study, towels)
plot_forest(mf, mar = c(4.5, 20, 4, .2), xlab = "Log Odds Ratio")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.