Cytel-Inc / CyneRgy

CyneRgy is a package designed to illustrate the synergy of using R with Cytel products for clinical trial simulation.
https://cytel-inc.github.io/CyneRgy/
2 stars 0 forks source link

Randomization of subjects for single endpoint 2-arm designs #159

Closed slahoti17 closed 3 months ago

slahoti17 commented 4 months ago

The commit includes 3 methods to Randomize the patients / subjects in two arm designs.

  1. Randomization using a random number generated from Uniform(0,1) distribution.
  2. Randomization using sample() function in base R package
  3. Block Randomization using pbrPar() function from "randomizeR" package in R

Please go through the "Description.Rmd" file to understand the steps for each method.

kwathen commented 3 months ago

Fixes #153