getProbabilities {seqmon} | R Documentation |
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.
getProbabilities(theObject)
theObject |
The sequential design object |
numeric
design1<-sequential.design()
probs<-getProbabilities(design1)