Learn R Programming

GNGTools (version 1.0.0)

make.ts.bin.ssize.oc: Make two-sample binary sample size operating characteristics curve

Description

Make two-sample binary sample size operating characteristics curve

Usage

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

Value

A ggplot object is returned

Arguments

for.plot

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

tsize

Control for text size

nlines

Control for text spacing

add.table

provides extended output summaries

Examples

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

Run the code above in your browser using DataLab