Create pooled summary diamond shape
make_summary(est, lower, upper, sizes = 1, gp, xlim, nudge_y = NULL)
A gTree object
Point estimation. Can be a list for multiple columns
and/or multiple groups. If the length of the list is larger than
then length of ci_column
, then the values reused for each column
and considered as different groups.
Lower bound of the confidence interval, same as est
.
Upper bound of the confidence interval, same as est
.
Size of the point estimation box, can be a unit, vector or a list. Values will be used as it is, no transformation will be applied.
Graphical parameters of gpar
.
Please refer to forest_theme
for more details.
Limits for the x axis as a vector of length 2, i.e. c(low, high). It
will take the minimum and maximum of the lower and upper value if not provided.
This will apply to all CI columns if provided, and will be calculated automatically
for each column if not provided. This should be a list with the same length of
ci_column
if different xlim
for different column is desired.
Horizontal adjustment to nudge groups by, must be within 0 to 1.