View source: R/summary.delayedGSD.R
summary.delayedGSD | R Documentation |
Display boundaries and estimated treatment effect up the current stage.
## S3 method for class 'delayedGSD'
summary(
x,
planned = NULL,
predicted = TRUE,
digits = 5,
space = "|",
abreviated = TRUE,
...
)
x |
object of class |
planned |
[logical] should the planned boundaries be displayed along with the boundaries that have been computed based on the data.
Can also be |
predicted |
[logical] Should the predicted information/boundaries at decision based on interim data be output (when relevant). |
digits |
[interger,>0] integer indicating the number of decimal places to be used. |
space |
[character] column separator. |
abreviated |
[logical] abreviate some column names and action that should be taken (e.g. C for continue, C-Info for continue due to decreasing information, S-F for stop for futility, and S-Imax for stop because maximum information has been reached). |
... |
not used, for compatibility with the generic method. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.