plot.b3lmeta {jarbes} | R Documentation |
Generic plot function for bcmeta object in jarbes.
Description
Generic plot function for bcmeta object in jarbes.
Generic plot function for b3lmeta object in jarbes.
Usage
## S3 method for class '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 class '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",
...
)
Arguments
x |
The object generated by the b3lmeta function. |
x.lim |
Numeric vector of length 2 specifying the x-axis limits. |
y.lim |
Numeric vector of length 2 specifying the y-axis limits. |
x.lab |
Text with the label of the x-axis. |
y.lab |
Text with the label of the y-axis. |
title.plot.1 |
Text for the posterior means by design. |
title.plot.2 |
Text for the posterior pooled mean. |
... |
... |
[Package jarbes version 2.2.1 Index]