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

View source: R/make.ss.bin.int.dec.GridPlot.r

make.ss.bin.int.dec.GridPlotR Documentation

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
)

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

Value

A ggplot object is returned.


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