Learn R Programming

seqmon (version 2.5)

printDesign: Function that displays the features of the design

Description

Displays the look times, the base alpha and beta spending functions, and the noncentrality parameter

Usage

# S4 method for sequential.design
printDesign(theObject)

Value

Prints the details to the console.

Arguments

theObject

An object of class sequential.design.

Examples

Run this code
design1<-sequential.design()
design1<-calcBoundaries(design1)
design1<-setAlphaspendfString(design1,"0.025*t^4")
design1<-setBetaspendfString(design1,"0.15*t^3")
printDesign(design1)

Run the code above in your browser using DataLab