plot_SURVs: plot_SURVs

View source: R/plots.R

plot_SURVsR 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 run_analyses function.

MULTIPLE

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.

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.


dMrs documentation built on April 3, 2025, 7:39 p.m.