| toer | R Documentation |
Generic function for calculating the type-1 error rate of a basket trial
design. It defaults to the function basksim::toer.
toer(design, ...)
## Default S3 method:
toer(design, ...)
design |
An object created with one of the |
... |
Further arguments. |
A numeric value.
design <- setup_fujikawa_x(k = 3, p0 = 0.2)
toer(design = design, n = 20, p1 = c(0.2, 0.5, 0.5), lambda = 0.95,
design_params = list(epsilon = 2, tau = 0), iter = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.