Learn R Programming

GNGTools (version 1.0.0)

make.ss.ng.trt.int.oc: 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
)

Value

A ggplot object is returned.

Arguments

my.df

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

include_nogo

logical

Examples

Run this code
# \donttest{
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]]
# }

Run the code above in your browser using DataLab