make.ts.bin.trt.oc2: Make two-sample binary treatment OC curve V2

View source: R/make.ts.bin.trt.oc2.r

make.ts.bin.trt.oc2R Documentation

Make two-sample binary treatment OC curve V2

Description

Make two-sample binary treatment OC curve V2

Usage

make.ts.bin.trt.oc2(
  for.plot = get.ts.bin.trt.oc.df(),
  tsize = 4,
  nlines = 25,
  add.table = TRUE
)

Arguments

for.plot

output from get.ts.bin.trt.oc.df

tsize

Control for text size

nlines

Control for text spacing

add.table

provides extended output summaries

Value

A ggplot object is returned

Examples


my.ts.bin.trt.oc.df <- get.ts.bin.trt.oc.df()
my.ts.bin.trt.oc2 <- make.ts.bin.trt.oc2(for.plot=my.ts.bin.trt.oc.df, add.table=TRUE)
plot(my.ts.bin.trt.oc2[[1]])
my.ts.bin.trt.oc2[[2]]
my.ts.bin.trt.oc2[[3]]


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