Learn R Programming

GNGTools (version 1.0.0)

make.tte.ssize.oc: 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
)

Value

A ggplot object is returned

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

Examples

Run this code
# \donttest{
my.tte.ssize.oc.df <- get.tte.ssize.oc.df()
make.tte.ssize.oc(for.plot = my.tte.ssize.oc.df)
# }

Run the code above in your browser using DataLab