DeclareDesign / randomizr

randomizr: Easy-to-Use Tools for Common Forms of Random Assignment and Sampling
https://declaredesign.org/r/randomizr
Other
36 stars 9 forks source link

complete_ra should reallocate without replacement #50

Closed acoppock closed 6 years ago

acoppock commented 6 years ago

e.g., this shouldn't happen

> table(complete_ra(67, num_arms = 5))

T1 T2 T3 T4 T5 
13 15 13 13 13 
acoppock commented 6 years ago

Molly think that this is just a switch from replace = TRUE to replace equals FALSE