View source: R/make.ss.bin.trt.oc1.r
make.ss.bin.trt.oc1 | R Documentation |
Make single sample binary treatment oc curve
make.ss.bin.trt.oc1( my.df = get.ss.bin.trt.oc.df(), tsize = 4, nlines = 25, nlines.ria = 20, Delta_OC_LB = 0, Delta_OC_UB = 0.41, add.table = TRUE )
my.df |
output from get.ss.bin.trt.oc.df |
tsize |
Control for text size |
nlines |
Control for text spacing |
nlines.ria |
Control for text spacing |
Delta_OC_LB |
Lower bound for OC curve |
Delta_OC_UB |
Upper bound for OC curve |
add.table |
provides extended output summaries |
A ggplot object is returned
my.ss.bin.trt.oc.df <- get.ss.bin.trt.oc.df() make.ss.bin.trt.oc1(my.df = my.ss.bin.trt.oc.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.