Repository contains R scripts and Shiny web app that can be used to generate block randomized trials for experiments.
- Generate randomized trials as per user defined parameters
- Export generated data in
.CSV
or.TXT
or.TSV
file format
- For 150 trials enter trials = 150
- Factor = Desired block trials / number of cases
- Example: To produce a block of 6 trials with 2 cases such as 'control' or 'treatment'
- Enter factor = 3 and cases = 2 , since 3 * 2 = 6
- Team - Psych R package
- Team - Shiny R package
- R enthusiasts who shared their codes willingly.