| ecd | R Documentation |
Generic function for calculating the expected number of correct decisions
of a basket trial design. It defaults to the function basksim::ecd.
ecd(design, ...)
## Default S3 method:
ecd(design, ...)
design |
An object created with one of the |
... |
Further arguments. |
A numeric value.
design <- setup_fujikawa_x(k = 3, p0 = 0.2)
ecd(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.