plot_forest(meta, from = 0, to = 1, shrinked = "Random Effects",
summary = c("Mean", "HPD"), mar = c(4.5, 12, 4, 0.3), ...)
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 meta. Can be suppressed by shrinked = ""
summary
character vector with two values: first, either "Mean" or "Median"; and second, either highest-probability-density interval ("HPD") or the quantile interval ("quantile"; function resets margin to default after plotting)
mar
margin of the plot in the order c(bottom, left, top, right) (see par)