plot.BayesDCASurv: Plot BayesDCASurv

View source: R/plotting.R

plot.BayesDCASurvR Documentation

Plot BayesDCASurv

Description

Plot BayesDCASurv

Usage

## S3 method for class '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.


giulianonetto/bayesdca documentation built on Aug. 31, 2023, 11:07 a.m.