Learn R Programming

seqmon (version 2.5)

calcBoundaries: 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)

Value

numeric

Arguments

theObject

The sequential design object

Examples

Run this code
design1<-sequential.design()
design1<-calcBoundaries(design1)
design1@lower.boundary
design1@upper.boundary

Run the code above in your browser using DataLab