Using all treatment Stan model.
Examples
if (FALSE) { # \dontrun{
# independent model
fp_sep <- cf_forest_plot("data/separate/")
#ggsave(fp_sep, filename = "plots/forest_plot_sep_multimcm.png", dpi = 640, width = 12, height = 8)
# hierarchical model
fp_hier <- cf_forest_plot("data/")
#ggsave(fp_hier, filename = "plots/forest_plot_multimcm.png", dpi = 640, width = 12, height = 8)
} # }