Plot net survival probabilities per model
plot_SURVs(run_ANA, MULTIPLE, ncol = 1, ALPHA = 0.5)Returns a ggplot object of survival predictions and
corresponding confidence intervals, Bayesian Information Criteria,
maximum likelihood estimates. The user may apply their own
customized graphic edits prior to visualizing the final graphic
with the print() function.
The object outputted from run_analyses
function.
A boolean set to TRUE to display
a survival plot per theta with accompanying maximum
log likelihood. Otherwise, the survival plots will be
overlayed with a legend.
Integer number of columns of plots to display
A numeric value between 0 and 1 to control the confidence band transparency.