printDesign | R Documentation |
Displays the look times, the base alpha and beta spending functions, and the noncentrality parameter
## S4 method for signature 'sequential.design'
printDesign(theObject)
theObject |
An object of class |
Prints the details to the console.
design1<-sequential.design()
design1<-calcBoundaries(design1)
design1<-setAlphaspendfString(design1,"0.025*t^4")
design1<-setBetaspendfString(design1,"0.15*t^3")
printDesign(design1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.