forest.default {metamisc} | R Documentation |
Generate a forest plot by specifying the various effect sizes, confidence intervals and summary estimate.
## Default S3 method: forest( theta, theta.ci.lb, theta.ci.ub, theta.slab, theta.summary, theta.summary.ci.lb, theta.summary.ci.ub, theta.summary.pi.lb, theta.summary.pi.ub, title, sort = "asc", theme = theme_bw(), predint.linetype = 1, xlim, xlab = "", refline = 0, label.summary = "Summary Estimate", label.predint = "Prediction Interval", ... )
theta |
Numeric vector with effect size for each study |
theta.ci.lb |
Numeric vector specifying the lower bound of the confidence interval of the effect sizes |
theta.ci.ub |
Numeric vector specifying the upper bound of the confidence interval of the effect sizes |
theta.slab |
Character vector specifying the study labels |
theta.summary |
Meta-analysis summary estimate of the effect sizes |
theta.summary.ci.lb |
Lower bound of the confidence (or credibility) interval of the summary estimate |
theta.summary.ci.ub |
Upper bound of the confidence (or credibility) interval of the summary estimate |
theta.summary.pi.lb |
Lower bound of the (approximate) prediction interval of the summary estimate. |
theta.summary.pi.ub |
Upper bound of the (approximate) prediction interval of the summary estimate. |
title |
Title of the forest plot |
sort |
By default, studies are sorted by ascending effect size ( |
theme |
Theme to generate the forest plot. By default, the classic dark-on-light ggplot2 theme is used. See ggtheme for more information. |
predint.linetype |
The linetype of the prediction interval |
xlim |
The |
xlab |
Optional character string specifying the X label |
refline |
Optional numeric specifying a reference line |
label.summary |
Optional character string specifying the label for the summary estimate |
label.predint |
Optional character string specifying the label for the (approximate) prediction interval |
... |
Additional arguments, which are currently ignored. |
An object of class ggplot
Thomas Debray <thomas.debray@gmail.com>