printDesign: Function that displays the features of the design

printDesignR Documentation

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 signature 'sequential.design'
printDesign(theObject)

Arguments

theObject

An object of class sequential.design.

Value

Prints the details to the console.

Examples

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

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