Create Forest Plot of Median Survival Times
Source:R/survival_visualization.R
plot_median_survival_forest.RdCreates a forest plot showing median survival times with confidence intervals for each contract type.
Usage
plot_median_survival_forest(
survival_curves,
order_by = "median",
custom_order = NULL,
show_n = TRUE
)