calcBoundaries: Function for calculating the efficacy and futility boundaries

Description Usage Arguments Value Examples

Description

Calculates the efficacy and futility boundaries. This only needs to be done once for a new design.

Usage

1
calcBoundaries(theObject)

Arguments

theObject

The sequential design object

Value

numeric

Examples

1
2
3
4
design1<-sequential.design()
design1<-calcBoundaries(design1)
design1@lower.boundary
design1@upper.boundary

seqmon documentation built on Sept. 5, 2020, 1:06 a.m.