Plots a histogram of observed z-values from the meta-analysis.
# S3 method for zplot_brma
hist(
x,
plot_type = "base",
from = -6,
to = 6,
by = 0.5,
length.out = NULL,
add = FALSE,
plot_thresholds = TRUE,
dots_thresholds = NULL,
dots_hist = NULL,
dots_all = NULL,
...
)NULL invisibly for base graphics, or a ggplot2 object.
a zplot_brma object.
graphics system: "base" or "ggplot".
Defaults to "base".
z-value range for plotting. Defaults to -6 and 6.
bin width. Defaults to 0.5.
number of bins (alternative to by).
whether to add to existing plot. Defaults to FALSE.
whether to show significance threshold lines.
Defaults to TRUE.
graphical parameters for threshold lines (list).
graphical parameters for histogram (list).
graphical parameters passed to all components (list).
additional graphical parameters.
Z-statistics are computed as effect size divided by standard error
(yi / sei). Histogram bins are adjusted to align with significance
thresholds when selection model priors are present.
plot.zplot_brma(), lines.zplot_brma()