View source: R/make.ss.bin.int.dec.GridPlot.r
make.ss.bin.int.dec.GridPlot | R Documentation |
Make single sample binary interim decision grid
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 )
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 |
A ggplot object is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.