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

View source: R/make.ts.ng.trt.oc1.r

make.ts.ng.trt.oc1R Documentation

Make two-sample normal-gamma treatment OC curve

Description

Make two-sample normal-gamma treatment OC curve

Usage

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

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

Value

A ggplot object is returned

Examples


my.ts.ng.trt.oc.df <- get.ts.ng.trt.oc.df(goparallel=FALSE)
my.ts.ng.trt.oc1 <- make.ts.ng.trt.oc1(for.plot = my.ts.ng.trt.oc.df, add.table=TRUE)
plot(my.ts.ng.trt.oc1[[1]])
my.ts.ng.trt.oc1[[2]]
my.ts.ng.trt.oc1[[3]]


GNGTools documentation built on Dec. 16, 2022, 5:09 p.m.