curtailDesign | R Documentation |
calculates the probability for efficacy given the Z value
curtailDesign(theObject, current0)
theObject |
The sequential design object |
current0 |
The current Z value |
numeric
design1<-sequential.design()
design1<-calcBoundaries(design1)
design1<-setCurrentLook(design1,1)
prob1<-curtailDesign(design1,1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.