plt.forest {BayesCACE} | R Documentation |
This function provides a visual overview (forest plot) for a model object and corresponding dataset.
plt.forest(data, obj, ...)
data |
an input dataset with the same structure as the example data |
obj |
a model object returned by |
... |
optional parameters passed into the |
It returns a forestplot object in an R
plot window.
data("epidural_c", package = "BayesCACE")
out.meta.c <- cace.meta.c(data = epidural_c, conv.diag = TRUE,
mcmc.samples = TRUE, study.specific = TRUE)
plt.forest(data=epidural_c, obj=out.meta.c)