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

View source: R/make.ts.bin.ssize.oc.r

make.ts.bin.ssize.ocR Documentation

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
)

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

Value

A ggplot object is returned

Examples


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)


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