Generic plot function for b3lmeta object in jarbes.
Generic plot function for b3lmeta object in jarbes.
# S3 method for b3lmeta
plot(
x,
x.lim = c(-3, 3),
y.lim = c(0, 2.7),
x.lab = "Treatment Effect: log(OR)",
y.lab = "Posterior",
title.plot.1 = "Mean Design Components",
title.plot.2 = "Three Levels Bayesian Meta-Analysis",
...
)# S3 method for b3lmeta
plot(
x,
x.lim = c(-3, 3),
y.lim = c(0, 2.7),
x.lab = "Treatment Effect: log(OR)",
y.lab = "Posterior",
title.plot.1 = "Mean Design Components",
title.plot.2 = "Three Levels Bayesian Meta-Analysis",
...
)
The object generated by the b3lmeta function.
Numeric vector of length 2 specifying the x-axis limits.
Numeric vector of length 2 specifying the y-axis limits.
Text with the label of the x-axis.
Text with the label of the y-axis.
Text for the posterior means by design.
Text for the posterior pooled mean.
...