View source: R/make.ss.ng.trt.int.oc.r
make.ss.ng.trt.int.oc | R Documentation |
Make single sample normal-gamma interim treatment oc curve
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 )
my.df |
output from get.ss.ng.trt.int.oc.df |
include_nogo |
logical |
A ggplot object is returned.
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]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.