calcBoundaries: Function for calculating the efficacy and futility boundaries

calcBoundariesR 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

seqmon documentation built on May 29, 2024, 9:14 a.m.