| hist.zplot_brma | R Documentation |
Plots a histogram of observed z-values from the meta-analysis.
## S3 method for class '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,
...
)
x |
a zplot_brma object. |
plot_type |
graphics system: |
from, to |
z-value range for plotting. Defaults to |
by |
bin width. Defaults to 0.5. |
length.out |
number of bins (alternative to |
add |
whether to add to existing plot. Defaults to |
plot_thresholds |
whether to show significance threshold lines.
Defaults to |
dots_thresholds |
graphical parameters for threshold lines (list). |
dots_hist |
graphical parameters for histogram (list). |
dots_all |
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.
NULL invisibly for base graphics, or a ggplot2 object.
plot.zplot_brma(), lines.zplot_brma()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.