print: Function that displays the features of the design

Description Usage Arguments Examples

Description

'print' displays the look times, the base alpha and beta spending functions, and the noncentrality parameter

Usage

1
print(theObject)

Arguments

theObject

The sequential design object

Examples

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

seqmon documentation built on Sept. 5, 2020, 1:06 a.m.