plot_posterior {metaBMA} | R Documentation |
Plot Posterior Distribution
Description
Plot Posterior Distribution
Usage
plot_posterior(
meta,
parameter = "d",
from,
to,
summary = c("mean", "hpd"),
...
)
Arguments
meta |
fitted meta-analysis model |
parameter |
only for random-effects model: whether to plot |
from |
lower limit of the x-axis |
to |
upper limit of the x-axis |
summary |
character vector with two values: first, either |
... |
arguments passed to |
See Also
meta_bma, meta_fixed, meta_random
[Package metaBMA version 0.6.9 Index]