Learn R Programming

metaBMA (version 0.3.9)

plot_posterior: Plot Posterior Distribution

Description

Plot Posterior Distribution

Usage

plot_posterior(meta, parameter = "d", from = 0, to = 1,
  summary = c("Mean", "HPD"), ...)

Arguments

meta

fitted meta-analysis model

parameter

only for random-effects model: whether to plot "d" or "tau"

from

lower limit of the x-axis

to

upper limit of the x-axis

summary

character vector with two values: first, either "Mean" or "Median"; and second, either highest-probability-density interval ("HPD") or the quantile interval ("quantile"; function resets margin to default after plotting)

...

arguments passed to plot

See Also

meta_default, meta_bma, meta_fixed, meta_random