Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Stratified randomization is used to ensure balance of treatment product assignments across one or more prognostic factors. A "prognostic factor" is an aspect of the disease or a characteristic of the subject that may influence treatment responseproduct effect. The prognostic factors used to stratify the randomization are specified in the protocol. As a simple example, suppose age group (<50, >=50) and gender (male, female) are considered important prognostic factors. When a subject is deemed eligible for randomization, their individual values of these factors are determined at the site and used as input to the randomization process to determine their treatment product assignment. The situation may occur where the value of a factor used for randomization is later discovered to be in error. For example, suppose a subject was randomized according to the age group of <50 and male. Later, it was discovered that the subject was actually 54 and therefore should have been randomized according to the age group of >=50 and male. If this situation happens too often, the balance in treatment product assignments across these factors is in question, which may then result in the use of sensitivity analyses. Therefore, there is an analysis need to have two sets of values to describe the stratification factors. In this document, these two sets of values are referred to the “as randomized” values and the “as verified” values. The "as verified" values are derived using source documentation.

...

The table below provides a set of variables to allow maximum flexibility in representing the description of the prognostic factors. To illustrate the interrelationships of the variables, the examples for every variable in the "CDISC Notes" column use the combination of three stratification factors: Age Group (“<50” or “ >=50”), Prior Treatment Product Status (“Treatment “Product naïve”, “Treatment “Product experienced”), and Hypertension (“Y” or “N”).

Variable Name

Variable Label

Type

Codelist/ Controlled Terms

Core

CDISC Notes

STRATAR

Strata Used for Randomization

Char


Perm

STRATAR contains the combination of values of the individual stratification factors used for randomization. The exact format should be determined by the sponsor.

This variable is intended for studies that use stratified randomization. For example, ">=50, Treatment Product experienced, N"

STRATARN

Strata Used for Randomization (N)

Num


Perm

Numeric representation of STRATAR. For example, STRATARN=3 when STRATAR=">=50, Treatment Product experienced, N". There must be a one-to-one relationship between STRATARN and STRATAR within a study.

STRATARN cannot be present unless STRATAR is also present. When STRATAR and STRATARN are present, then on a given record, either both must be populated or both must be null.

STRATwD

Description of Stratification Factor w

Char


Perm

STRATwD is a full text description of the stratification factor "w". This text description will remain constant for all subjects. These descriptive variables are included to quickly and clearly communicate critical study design information as well as to facilitate integration.

For example, STRAT3D="Hypertension"

STRATwR

Strat Factor w Value Used for Rand

Char


Perm

STRATwR is the subject-level value of the "w'th" stratification factor used for randomization. For example, STRAT3R="N"

STRATwRN

Strat Factor w Value Used for Rand (N)

Num


Perm

Numeric representation of STRATwR. For example, STRAT3RN=0 when STRAT3R="N". There must be a one-to-one relationship between STRATwRN and STRATwR within a study.

STRATwRN cannot be present unless STRATwR is also present. When STRATwR and STRATwRN are present, then on a given record, either both must be populated or both must be null.

STRATAV

Strata from Verification Source

Char


Perm

STRATAV contains the entire string value represents the combination of values of the individual stratification factors that should have been used and represents the "as verified" value. The STRATAV variables are based on the source documentation and are determined after randomization. If the values used for the randomization of a given subject were all correct, then STRATAV will equal STRATAR. Otherwise, one or more components of the text string for STRATAR and STRATAV will be different.

The exact format should be determined by the sponsor. For example, ">=50, Treatment Product experienced, Y"

STRATAVN

Strata from Verification Source (N)

Num


Perm

Numeric representation of STRATAV. For example, STRATAVN=4 when STRATVR=">=50, Treatment experienced, Y". There must be a one-to-one relationship between STRATAVN and STRATAV within a study.

STRATAVN cannot be present unless STRATAV is also present. When STRATAV and STRATAVN are present, then on a given record, either both must be populated or both must be null.

STRATwV

Strat Factor w Value from Verif Source

Char


Perm

STRATwV is the "as verified" subject-level value of the "w'th" stratification factor. If the value based on randomization was correct, then STRATwV will equal STRATwR.

For example, STRAT3V="Y"

STRATwVN

Strat Fact w Val from Verif Source (N)

Num


Perm

Numeric representation of STRATwV. For example, STRAT3VN=1 when STRAT3V="Y". There must be a one-to-one relationship between STRATwVN and STRATwV within a study.

STRATwVN cannot be present unless STRATwV is also present. When STRATwV and STRATwVN are present, then on a given record, either both must be populated or both must be null.

...