powered by
This function creates a density plot for a model object with the type attribute cace.Bayes.
cace.Bayes
plt.density(obj, param = c("CACE"), trialnumber = 1, ...)
It returns a density plot in an R plot window.
R
a model object, returned by cace.meta.c, cace.meta.ic, or cace.study
cace.meta.c
cace.meta.ic
cace.study
list of parameters to plot
indicator for which trial number of the mcmc samples to use. The default is 1
1
optional parameters to pass into the plot function
plot
# \donttest{ out.meta.c <- cace.meta.c(data = epidural_c, conv.diag = TRUE, mcmc.samples = TRUE, study.specific = TRUE) plt.density(obj=out.meta.c) # }
Run the code above in your browser using DataLab