tab | R Documentation |
This function creates tables from the output of function
gsb()
.
tab(x,
what=c("all", "cumulative all", "success", "futility",
"indeterminate", "success or futility",
"cumulative success", "cumulative futility",
"cumulative indeterminate", "cumulative success or futility",
"sample size"),
atDelta = "default",
wide=FALSE,
digits = 3,
export = FALSE,
sep = ",",
path = tempdir())
x |
object of class |
what |
|
atDelta |
if |
wide |
|
digits |
|
export |
|
sep |
|
path |
|
Returns a matrix with the results from the output of function
gsb()
.
Florian Gerber <florian.gerber@math.uzh.ch>
## please see examples of function 'gsb'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.