getProbabilities {seqmon} | R Documentation |
Function that calculates the cumulative probabilities to declare efficacy and futility
Description
Calculates the cumulative probabilities to declare efficacy and futility under the null hypothesis and the alternative hypothesis. It also returns the p-values for declaring efficacy and futility.
Usage
getProbabilities(theObject)
Arguments
theObject |
The sequential design object |
Value
numeric
Examples
design1<-sequential.design()
probs<-getProbabilities(design1)
[Package seqmon version 2.5 Index]