Learn R Programming

GNGTools (version 1.0.0)

make.ts.ng.trt.oc2: Make two-sample normal-gamma treatment OC curve V2

Description

Make two-sample normal-gamma treatment OC curve V2

Usage

make.ts.ng.trt.oc2(
  for.plot = get.ts.ng.trt.oc.df(),
  nlines = 25,
  tsize = 4,
  add.table = TRUE
)

Value

A ggplot object is returned

Arguments

for.plot

output from get.ts.ng.trt.oc.df

nlines

Control for text spacing

tsize

Control for text size

add.table

provides extended output summaries

Examples

Run this code
# \donttest{
my.ts.ng.trt.oc.df <- get.ts.ng.trt.oc.df(goparallel=FALSE)
make.ts.ng.trt.oc2(for.plot=my.ts.ng.trt.oc.df, add.table=TRUE)
# }

Run the code above in your browser using DataLab