get_draws_generic | R Documentation |
Used internally. See the setup_trial()
function documentation for
additional details on how to specify functions to generate posterior draws.
arms |
character vector, currently active |
allocs |
character vector, allocations of all patients (including
allocations to currently inactive |
ys |
numeric vector, outcomes of all patients in the same order
as |
control |
unused argument in the built-in functions for
|
n_draws |
single integer, number of posterior draws. |
A matrix
(with numeric values) with length(arms)
columns and
n_draws
rows, with arms
as column names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.