Learn R Programming

GNGTools (version 1.0.0)

make.ss.bin.trt.oc2: Make single sample binary treatment oc curve version 2

Description

Make single sample binary treatment oc curve version 2

Usage

make.ss.bin.trt.oc2(
  my.df = get.ss.bin.trt.oc.df(),
  tsize = 4,
  nlines = 25,
  nlines.ria = 20,
  Delta_OC_LB = 0,
  Delta_OC_UB = 1,
  add.table = TRUE
)

Value

A ggplot object is returned.

Arguments

my.df

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

tsize

Control for text size

nlines

Control for text spacing

nlines.ria

Control for text spacing

Delta_OC_LB

Lower bound for OC curve

Delta_OC_UB

Upper bound for OC curve

add.table

provides extended output summaries

Examples

Run this code
make.ss.bin.trt.oc2()

Run the code above in your browser using DataLab