Learn R Programming

GNGTools (version 1.0.0)

make.ss.bin.ssize.oc2: Make single sample binary sample size OC - trend version

Description

Make single sample binary sample size OC - trend version

Usage

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

Value

A list is returned

Arguments

for.plot

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

nlines

Control for text spacing

tsize

Control for text size

add.table

provides extended output summaries

Author

Greg Cicconetti

Examples

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

Run the code above in your browser using DataLab