plt.acf {BayesCACE} | R Documentation |
This function creates an acf (Autocorrelation Function) plot for a model object with the type attribute cace.Bayes
.
plt.acf(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 an acf 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.acf(obj=out.meta.c)