summaryDesign {seqmon} | R Documentation |
Function that shows the cumulative probabilities for efficacy and futility
Description
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.
Usage
## S4 method for signature 'sequential.design'
summaryDesign(theObject)
Arguments
theObject |
An object of class |
Value
Prints a summary matrix to the console.
Examples
design2 <- calcBoundaries(sequential.design())
# Summarize the design
summaryDesign(design2)
[Package seqmon version 2.5 Index]