View source: R/plt.cacebayes.R
plt.density | R Documentation |
This function creates a density plot for a model object with the type attribute cace.Bayes
.
plt.density(obj, param = c("CACE"), trialnumber = 1, ...)
obj |
a model object, returned by |
param |
list of parameters to plot |
trialnumber |
indicator for which trial number of the mcmc samples
to use. The default is |
... |
optional parameters to pass into the |
It returns a density plot in an R
plot window.
out.meta.c <- cace.meta.c(data = epidural_c, conv.diag = TRUE, mcmc.samples = TRUE, study.specific = TRUE) plt.density(obj=out.meta.c)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.