make.tte.ssize.oc: Make time-to-event sample size OC curve

View source: R/make.tte.ssize.oc.r

make.tte.ssize.ocR Documentation

Make time-to-event sample size OC curve

Description

Make time-to-event sample size OC curve

Usage

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

Arguments

for.plot

output from get.tte.ssize.oc.df

tsize

Control for text size

nlines

Control for text spacing

add.table

provide GNG Rule tables and extensive output

Value

A ggplot object is returned

Examples


my.tte.ssize.oc.df <- get.tte.ssize.oc.df()
make.tte.ssize.oc(for.plot = my.tte.ssize.oc.df)


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