powered by
Displays the look times, the base alpha and beta spending functions, and the noncentrality parameter
# S4 method for sequential.design printDesign(theObject)
Prints the details to the console.
An object of class sequential.design.
sequential.design
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