Learn R Programming

seqmon (version 2.5)

summaryDesign: 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 sequential.design
summaryDesign(theObject)

Value

Prints a summary matrix to the console.

Arguments

theObject

An object of class sequential.design.

Examples

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

Run the code above in your browser using DataLab