summaryDesign: Function that shows the cumulative probabilities for efficacy...

summaryDesignR 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 sequential.design.

Value

Prints a summary matrix to the console.

Examples

design2 <- calcBoundaries(sequential.design())
# Summarize the design
summaryDesign(design2)

seqmon documentation built on May 29, 2024, 9:14 a.m.