powered by
Add an empty arm to a trial design
add_arm(td, name, size)
(TrialDesign) An updated TrialDesign
(TrialDesign) TrialDesign to add to
(str) Name of the arm
(numeric) Size of the arm (number of subjects)
if (FALSE) { td <- create_trial_design() td <- add_arm(td, name="Placebo", size=100) td }
Run the code above in your browser using DataLab