get_dose_combo_indices | R Documentation |
Get all combinations of dose indices
get_dose_combo_indices(num_doses)
num_doses |
integer vector of number of doses for length(num_doses) treatments |
a list, each element being an integer vector
get_dose_combo_indices(num_doses = c(1, 2))
# returns list(c(1, 1), c(1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.