View source: R/meta_sensitivity.R
plot.meta_sensitivity | R Documentation |
Plot prior or posterior distributions of multiple analyses performed with
meta_sensitivity()
.
## S3 method for class 'meta_sensitivity'
plot(
x,
parameter = "d",
distribution = "posterior",
from,
to,
n = 101,
legend = TRUE,
...
)
x |
prior probability density function defined via |
parameter |
which parameter should be plotted: |
distribution |
which distribution should be plotted: |
from |
lower boundary |
to |
upper boundary |
n |
integer; the number of x values at which to evaluate. |
legend |
whether to print all prior specifications and plot a corresponding legend. |
... |
further arguments passed to |
For meta-analysis with model averaging via meta_bma()
, plotting the
model-averaged posterior of tau
is not yet supported. Instead, the posterior
distributions for the random effects models will be plotted.
meta_sensitivity()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.