calcBoundaries {seqmon} | R Documentation |
Function for calculating the efficacy and futility boundaries
Description
Calculates the efficacy and futility boundaries. This only needs to be done once for a new design.
Usage
calcBoundaries(theObject)
Arguments
theObject |
The sequential design object |
Value
numeric
Examples
design1<-sequential.design()
design1<-calcBoundaries(design1)
design1@lower.boundary
design1@upper.boundary
[Package seqmon version 2.5 Index]