plot.BayesDCASurv | R Documentation |
Plot BayesDCASurv
## S3 method for class 'BayesDCASurv'
plot(
obj,
strategies = NULL,
colors = NULL,
labels = NULL,
raw_values = NULL,
raw_values_label = "Biomarker threshold",
linewidth = 1.5
)
obj |
BayesDCASurv object |
strategies |
Character vector with models or tests to plot. |
colors |
Named vector with color for each model or test. If provided for a subset of models or tests, only that subset will be plotted. |
labels |
Named vector with label for each model or test. |
raw_values |
Add raw predicted values on x-axis. |
raw_values_label |
Label for raw values. |
linewidth |
Width of plotted lines. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.