Learn R Programming

seqmon (version 2.5)

curtailDesign: Function for calculating the probability for efficacy given known information

Description

calculates the probability for efficacy given the Z value

Usage

curtailDesign(theObject, current0)

Value

numeric

Arguments

theObject

The sequential design object

current0

The current Z value

Examples

Run this code
design1<-sequential.design()
design1<-calcBoundaries(design1)
design1<-setCurrentLook(design1,1)
prob1<-curtailDesign(design1,1.5)

Run the code above in your browser using DataLab