Randomisation



The information on randomisation is designed to be used by novice researchers and is friendly and simple to use.  MRSC can provide a randomisation service. Currently there are three people at the MRSC who can assist with the details of trial randomisation.  They are Vicki Flenady, Ibinabo Ibiebele and Kristen Gilshenan. The best way to make contact is to send emails to Kate Reynolds.

Assistance can be given in the form of email correspondence, phone advice if the questions is simple (how do I use the randomisation template) or an informal consultation. We can also offer advice on all stages of research coordination and implementation including recruitment, data collection, assistance with research assistants etc.
 

Background

Back to Top

Main features of the randomisation process:

Types of randomisation

Back to Top

Example of simple randomisation

Program to produce random integers (simple randomisation)

This can be accessed through the MRSC web pages at here.

Hit ‘Make random seed’ (this just gives the computer somewhere to start its randomisation process). Record the random seed number as this can be used to generate the same randomisation schedule if the first one is misplaced.


 

To generate simple random numbers table

  1. Insert min value (1)
  2. Insert max value (maximum number of groups being compared eg if comparing 2 groups; type 2, eg treatment drug vs standard treatment, if comparing 3 groups; type 3, eg treatment drug1 vs treatment drug2 vs standard treatment drug)
  3. Insert number required (sample size)
  4. Hit ‘Make random numbers’
  5. The randomisation schedule can then be copied and pasted into an excel spreadsheet for easier access.

Eg: Randomised controlled trial comparing 3 groups. Sample size 100.



 

Important: The smaller the sample size the more chance that the numbers in each group will be uneven. Therefore you may get not only wide variation in the number in each group but also you may get an uneven distribution of patient characteristics in each group.

Back to Top


Example of block randomisation

Program to produce block randomisation

This can be accessed through the MRSC web pages at here
 

Hit ‘Make random seed’ (this just gives the computer somewhere to start its randomisation process). Record the random seed number as this can be used to generate the same randomisation schedule if the first one is misplaced.

To generate block randomisation numbers

Eg: Randomised controlled trial comparing 3 groups with a sample size of 60 and a block size of 6.
Therefore: number of groups 3, block size of 6, sample size 60.
 

  1. Number of blocks required ( sample size divided by block size, eg 60 / 6 = 10)
  2. Insert min value (1)
  3. Insert max value (block size)
  4. Hit ‘Generate random blocks’

     

Eg: Randomised controlled trial comparing 3 groups. Sample size 60. Block size 6

Back to Top

Converting to workable blocked random numbers

  1. The randomisation schedule must then be copied and pasted into an excel spreadsheet to finish the blocking
  2. Ignore the bottom numbers under ‘count of each value (cols) in each array element (rows)
  3. Copy and paste the top numbers to an excel spreadsheet
  4. Convert to modular form to get your groups by placing the cursor in a spare cell and typing =MOD(A1,3). A1 being where the first number is and 3 being your group size.
  5. The randomisation is now completed in ROWS. Note each row now has 2 of each group (randomly arranged) ie For every 6 recruits, 2 participants will be randomised to treatment 0, 2 participants to treatment 1 and 2 participants to treatment 2.
     


 

Back to Top

Methods of randomisation

Medications are sealed in sequentially numbered identical containers.
 

Back to Top

Stratification

Examples

When comparing two alternative treatments for breast cancer it might be important to stratify by menopausal status. Separate lists of random numbers should then be constructed for premenopausal and postmenopausal women.

In a multicentre study the patients within each centre will need to be randomised separately. Thus “centre” is a stratifying variable, and there may be other stratifying variables as well.
 

Back to Top

Importance of Allocation Concealment

Back to Top

References:

European Medicines Agency. 1998. Note for Guidance on Statistical Principles for Clinical Trials (CPMP/ICH/363/96)
http://www.emea.eu.int/pdfs/human/ich/036396en.pdf  [Accessed 25 September 2006].

European Medicines Agency. 2003. Points to Consider on Adjustment for Baseline Covariates. http://www.emea.eu.int/pdfs/human/ewp/286399en.pdf  [Accessed 25 September 2006].

Roberts C, Torgerson D. Randomisation methods in controlled trials. http://bmj.bmjjournals.com/cgi/content/full/317/7168/1301  [Accessed 9 August 2006].
 

 

Back to Top