plot_SURVs | R Documentation |
Plot net survival probabilities per model
plot_SURVs(run_ANA, MULTIPLE, ncol = 1, ALPHA = 0.5)
run_ANA |
The object outputted from |
MULTIPLE |
A boolean set to |
ncol |
Integer number of columns of plots to display |
ALPHA |
A numeric value between 0 and 1 to control the confidence band transparency. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.