Learn R Programming

GNGTools (version 1.0.0)

make.ss.bin.trt.oc1: Make single sample binary treatment oc curve

Description

Make single sample binary treatment oc curve

Usage

make.ss.bin.trt.oc1(
  my.df = get.ss.bin.trt.oc.df(),
  tsize = 4,
  nlines = 25,
  nlines.ria = 20,
  Delta_OC_LB = 0,
  Delta_OC_UB = 0.41,
  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
 my.ss.bin.trt.oc.df <- get.ss.bin.trt.oc.df()
 make.ss.bin.trt.oc1(my.df = my.ss.bin.trt.oc.df)

Run the code above in your browser using DataLab