Creates a plot of RMST results by treatment group.
Usage
plot_rmst(result, title = "Restricted Mean Survival Time by Treatment Group")
Arguments
- result
An RMSTResult object
- title
Plot title
Value
A ClinicalPlot object
Examples
if (FALSE) { # \dontrun{
plot <- plot_rmst(result, title = "RMST by Treatment Group")
} # }