Cure fraction forest plot using cut-point Stan output
Source:R/cf_forest_cutpoint.R
cf_forest_cutpoint.Rd
Using all treatment Stan model.
Examples
if (FALSE) { # \dontrun{
# independent model
fp_sep <- cf_forest_cutpoint(folder = "data/dbl_cut/separate", save_name = c("_30", "_12", "_100"))
#ggsave(fp_sep, filename = "plots/forest_plot_cf_sep_cpt.png", dpi = 640, width = 16, height = 14)
# hierarchical model
fp_hier <- cf_forest_cutpoint(folder = "data/dbl_cut/hier", save_name = c("_30", "_12", "_100"))
#ggsave(fp_hier, filename = "plots/forest_plot_cf_hier_cpt.png", dpi = 640, width = 16, height = 14)
} # }