calcBoundaries | R Documentation |
Calculates the efficacy and futility boundaries. This only needs to be done once for a new design.
calcBoundaries(theObject)
theObject |
The sequential design object |
numeric
design1<-sequential.design()
design1<-calcBoundaries(design1)
design1@lower.boundary
design1@upper.boundary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.