summaryDesign {seqmon} | R Documentation |
Shows the cumulative probability for efficacy and futility under the null and alternative hypotheses, the corresponding p-values, and the boundaries for Z at each look.
## S4 method for signature 'sequential.design'
summaryDesign(theObject)
theObject |
An object of class |
Prints a summary matrix to the console.
design2 <- calcBoundaries(sequential.design())
# Summarize the design
summaryDesign(design2)