make.tte.trt.oc1: Make time to event treatment OC curve

View source: R/make.tte.trt.oc1.r

make.tte.trt.oc1R Documentation

Make time to event treatment OC curve

Description

Make time to event treatment OC curve

Usage

make.tte.trt.oc1(
  plot.df = get.tte.trt.oc.df(),
  nlines = 25,
  tsize = 4,
  add.table = TRUE
)

Arguments

plot.df

output from get.tte.trt.oc.df

nlines

Control for text spacing

tsize

Control for text size

add.table

provides extended output summaries

Value

A ggplot object is returned

Examples

my.tte.trt.oc.df <- get.tte.trt.oc.df()
make.tte.trt.oc1(plot.df = my.tte.trt.oc.df, add.table=TRUE)

GNGTools documentation built on Dec. 16, 2022, 5:09 p.m.