Learn R Programming

GNGTools (version 1.0.0)

make.ss.bin.int.dec.GridPlot: Make single sample binary interim decision grid

Description

Make single sample binary interim decision grid

Usage

make.ss.bin.int.dec.GridPlot(
  InterimDF,
  goThreshold = 0.8,
  nogoThreshold = 0.8,
  include_nogo = TRUE,
  lower.bound.go = 5,
  lower.bound.ng = 10,
  add.black = FALSE
)

Value

A ggplot object is returned.

Arguments

InterimDF

call to get.ss.bin.interim.df

goThreshold

predictive probability threshold

nogoThreshold

predictive probability threshold

include_nogo

logical

lower.bound.go

lower bound for Go

lower.bound.ng

Lower (upper!) bound for no-go

add.black

logical