make.ss.ng.trt.int.oc: Make single sample normal-gamma interim treatment oc curve

View source: R/make.ss.ng.trt.int.oc.r

make.ss.ng.trt.int.ocR Documentation

Make single sample normal-gamma interim treatment oc curve

Description

Make single sample normal-gamma interim treatment oc curve

Usage

make.ss.ng.trt.int.oc(
  my.df = get.ss.ng.trt.int.oc.df(npoints = 20, n.MC = 1000, include_nogo = FALSE),
  include_nogo = FALSE
)

Arguments

my.df

output from get.ss.ng.trt.int.oc.df

include_nogo

logical

Value

A ggplot object is returned.

Examples


my.ss.ng.trt.int.oc.df <- get.ss.ng.trt.int.oc.df(npoints = 20, n.MC = 1000,
include_nogo = FALSE)
my.ss.ng.trt.int.oc <- make.ss.ng.trt.int.oc(my.df = my.ss.ng.trt.int.oc.df,
include_nogo=FALSE)
my.ss.ng.trt.int.oc[[1]]
my.ss.ng.trt.int.oc[[2]]
my.ss.ng.trt.int.oc[[3]]


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