make.ts.ng.int.oc: Make two-sample normal-gamma interim OC plot

View source: R/make.ts.ng.int.oc.r

make.ts.ng.int.ocR Documentation

Make two-sample normal-gamma interim OC plot

Description

Make two-sample normal-gamma interim OC plot

Usage

make.ts.ng.int.oc(
  for.plot = get.ts.ng.trt.int.oc.df(go.parallel = FALSE, include_nogo = TRUE),
  nlines = 25,
  tsize = 6,
  include_nogo = TRUE
)

Arguments

for.plot

call to get.ts.ng.trt.int.oc.df

nlines

number of lines

tsize

text size

include_nogo

logical

Value

A ggplot object is returned

Examples


my.ts.ng.trt.int.oc.df <- get.ts.ng.trt.int.oc.df(npointsLookup = 2, npoints=3, n.MC.lookup=5,
n.MC=5, go.parallel=FALSE)
make.ts.ng.int.oc(for.plot = my.ts.ng.trt.int.oc.df)


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