Skip to contents

Plot BayesDCASurv

Usage

# S3 method for BayesDCASurv
plot(
  obj,
  strategies = NULL,
  colors = NULL,
  labels = NULL,
  raw_values = NULL,
  raw_values_label = "Biomarker threshold",
  linewidth = 1.5
)

Arguments

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.