Arm | R Documentation |
Create a treatment arm.
Arm(id = as.integer(NA), subjects = 1, label = as.character(NA))
id |
unique identifier for this arm (available trough dataset), integer. If NA (default), this identifier is auto-incremented. |
subjects |
number of subjects in arm, integer |
label |
arm label, single character string. If set, this label will be output in the ARM column of CAMPSIS instead of the identifier. |
an arm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.