
Randomize Subjects Between Two Arms
RandomizationSubjectsUsingUniformDistribution.RdCalls the implementation from the common RandomizeSubjects example. Randomly assigns subjects to control
(0) and experimental (1) arms while enforcing the requested final allocation counts.
Usage
RandomizationSubjectsUsingUniformDistribution(
NumSub,
NumArms,
AllocRatio,
UserParam = NULL
)