Learn R Programming

GNGTools (version 1.0.0)

make.ss.bin.ssize.oc: Make single sample binary sample size OC curve

Description

Make single sample binary sample size OC curve

Usage

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

Value

A ggplot object is returned

Arguments

for.plot

ouput from get.ss.bin.ssize.oc.df

nlines

Control for text spacing

tsize

Control for text size

add.table

provides extended output summaries

Examples

Run this code
my.ss.bin.ssize.oc.df <- get.ss.bin.ssize.oc.df()
my.ss.bin.ssize.oc <- make.ss.bin.ssize.oc(for.plot= my.ss.bin.ssize.oc.df, add.table=TRUE)
plot(my.ss.bin.ssize.oc)

Run the code above in your browser using DataLab