Warning (!)

Wiki Cloud Migration Deadline

IMPORTANT!

On January 8th, 2024 the University of Iowa Wiki hosted at https://wiki.uiowa.edu will be shut down permanently. If you would like to continue using Confluence (Wiki) in the Cloud, you will need to request licenses by filling out this Workflow form if you haven't done so already.

For more information and other options for your content, please visit the Wiki Service Change Options and FAQs page. Your content from https://wiki.uiowa.edu will be available for migration upon request for two years (until 1/8/2026).

Child pages
  • REDCap Randomization Module

The Randomization Module within REDCap allows researchers to randomly assign participants to specific groups.

Table of Contents

Enabling the Randomization Module

This module can be turned on by selecting the "Enable the randomization module" checkbox during project creation or after the fact by clicking the "Project Setup" tab and then pressing the "Modify Project Settings" push button.

Setting-up a Randomization Model

A randomization model defines how the subjects in the study are randomized.  To start the process, click on the "Set up randomization" button under the "Project Setup" tab.

Randomization Setup

The randomization model is defined via the "Setup" tab and consists of three main steps:

  1. Define your randomization model
  2. Download template allocation tables (as Excel/CSV files)
  3. Upload your allocation table (CSV file)

Define your Randomization Model

The first main step in the setup process is to define your randomization model.  In this step, you will define the type of randomization and how the randomization is applied to the subjects.  There are two randomization types:

  1. Use stratified randomization?
  2. Randomize by group/site?

Use Stratified Randomization?

Stratified randomization ensures that different groups are balanced.  The balance is specified in the allocation table.  Increasing the number of stratification variables will lead to fewer subjects per stratum.

Randomize by Group/Site?

If this is a multiple site study, this option allows you to stratify the randomization by each group.  When this option is checked, you are given the opportunity to select randomization by data access groups or by a REDCap drop-down list of the sites.

Choose your Randomization Field

This is the field that will receive the randomization group designation.

Download template allocation tables (as Excel/CSV files)

The second main step in the randomization setup is to download the allocation table template.


REDCap creates several example files to download that you may use as a structure when creating your own randomization table.  For this example, I have stratified a hair color field that has 7 different values and I wish to allocate the participants into 5 groups.  My allocation template downloaded from REDCap looks similar to the following:

random_grouphair_color
11
21
31
41
51
12
22
32
42
52
13
23
33
43
53
......


REDCap will randomize the participants according to this table.  For example, the first participant that has a hair color of "Light Blond" (corresponding to the value of one) will be allocated to random group one.  The second person with "Light Blond" will be allocated to random group two, etc.  Note: Make sure the number of entries in the randomization table is large enough to accommodate all participants in each category.

In order to make the allocation schedule more difficult to predict, a temporary column can be added to the spreadsheet for randomizing the order.  The Excel function "func()" creates a random value between 0 and 1.  This number can be used as an easy way to populate a third column in the spreadsheet with a unique random value.  If the spreadsheet is sorted by this column, the group and hair color values will be randomized.  For example, after sorting, the spreadsheet may look similar to the following:

random_grouphair_colorRandom Value
440.01050529
310.01424553
250.02642509
240.03923845
350.03996002
530.04541500
560.04785563
420.05979234
550.06626952
140.06678536
270.06803015
520.06874587
320.07215219
330.07640087
210.07756467
.........

After sorting the table by the random value, the column with the rand() function should be removed before to saving the spreadsheet as a CSV file and prior to uploading it as the allocation table into REDCap.

Upload your Allocation Table (CSV file)

The third and final main step in the randomization setup is to upload the allocation table.

Two allocation tables will eventually need to be defined, one for the development stage and a different one for the production stage.

Randomization User Rights

User Rights need to be granted to an individual to enable randomization privileges.

The fields that have been specified for randomization will now display a "Randomize" button in the data entry screen.  This will allow you to generate a random value according to the randomization allocation table.

Pressing the "Randomize" button gives you an opportunity to double check the required values that will impact the definition of the resulting randomization group.

 

After updating or providing missing values, a dialog of the random group that was assigned is displayed.

 

In addition, after the value of the random group is assigned, the random group field becomes read-only and the value can not be changed.

The strata fields you have chosen also become read-only and can not be changed.

A listing of the records that have been randomized is maintained.  To examine those records, click on the Randomization link in the Applications section of the Navigation Pane.

A table displaying the allocated records and the random group assigned are shown in a table similar to one below:

At this point the random groups are populated and ready to use.

 

 

 

  • No labels