Clinical Trial Design Patterns
When to Use This Skill
- Selecting appropriate trial design for clinical objectives
- Implementing multi-arm or multi-endpoint trials
- Designing stratified trials
- Planning adaptive designs
- Understanding design trade-offs
Two-Arm Parallel Design
Standard Design
The most common design: randomize patients to treatment or control.
# simtrial implementation
sim_pw_surv(
n = 400,
block = c(rep("control", 1), rep("experimental", 1)), # 1:1
[Description truncada. Veja o README completo no GitHub.]