Description Usage Arguments Value Examples
Create a randomization list for upload into Medidata
1 2 | create_list(list_name, myseed, site_n, n, block_sizes, arm_codes, arm_names,
out_loc)
|
list_name |
A name to identify your list, also the filename. |
myseed |
Randomization seed. |
site_n |
The number of sites in your study. |
n |
The number of randomization slots per site. |
block_sizes |
A list of block sizes. |
arm_codes |
A vector of Arm codes. |
arm_names |
A vector or Arm descriptions. |
out_loc |
Where the CSV will get output to. |
A randomization list
1 2 3 4 5 6 7 8 | create_list(list_name = "test_list",
myseed = 213,
site_n = 1,
n = 216,
block_sizes = c(3,24),
arm_codes = c("a","b","c"),
arm_names = c("Drug A description", "Drug B description", "Drug C description"),
out_loc = "C:/Users/Desktop/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.