plot_SURVs {dMrs} | R Documentation |
plot_SURVs
Description
Plot net survival probabilities per model
Usage
plot_SURVs(run_ANA, MULTIPLE, ncol = 1, ALPHA = 0.5)
Arguments
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. |
Value
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.
[Package dMrs version 1.0.0 Index]