plotBoundaries {seqmon} | R Documentation |
Function that plots the efficacy and futility boundaries
Description
Plots the efficacy and futility boundaries
Usage
plotBoundaries(theObject)
Arguments
theObject |
The sequential design object |
Examples
design1<-sequential.design()
design1<-calcBoundaries(design1)
plotBoundaries(design1)
[Package seqmon version 2.5 Index]