# 3 arms with similar survival and loss to follow-up
create_arm_lachin(size=120, accr_time=6,
surv_median=14,
loss_median=140,
follow_time=12)
create_arm_lachin(size=120, accr_time=6,
surv_exphazard=0.05,
loss_exphazard=0.005,
follow_time=12)
create_arm_lachin(size=120, accr_time=6,
accr_dist="truncexp",
accr_param=0.1,
surv_milestone=c(14, 0.5),
loss_milestone=c(140, 0.5),
total_time=18)
Run the code above in your browser using DataLab