Getting Started with SMARTs

library(rsmart)

This short vignette provides an overview of what SMARTs are, why they are useful, when they are appropriate, and what contribution the rsmart package makes.

What are SMARTs?

Sequential multiple assignment randomized trials (SMARTs) are multi-stage clinical trials designed to evaluate sequences of treatments that adapt over time based on a patient’s evolving response. In many disease areas, treatment is not a single decision but a series of decisions made at key points in a patient’s care. A SMART formalizes this process by building multiple randomization points directly into the trial design.

The distinguishing features of a SMART are:

  1. Multiple stages of randomization. Patients are randomized at each key decision point, not just at enrollment. At each stage, the set of treatments available to a patient may depend on their treatment history and response to prior treatment.

  2. Embedded treatment regimes. Each SMART embeds a set of treatment regimes — complete sequences of treatment rules spanning all stages. A regime specifies which treatment to give at each decision point, potentially depending on the patient’s history. For example, a regime might be: “give Treatment A initially; if the patient responds, give Maintenance; if the patient does not respond, give Treatment B.” In a given SMART, a patient’s observed sequence of treatments may be consistent with multiple embedded regime - this is the key reason why analyzing data from SMARTs requires specialized methods.

  3. Evaluation of regime values. The primary goal of a SMART is to estimate and compare the value of each embedded regime, where the value is the expected outcome (e.g., mean response) if all patients in the population were to follow that regime. This enables direct comparisons among treatment strategies, not just individual treatments.

Why use a SMART?

SMARTs address challenges related to ethics, estimation, and economic constraints that arise when treatment decisions must be made sequentially over time.

When are SMARTs appropriate?

SMARTs are well suited for clinical settings with the following characteristics:

Given these characteristics, example settings where SMARTs may be a good choice for design are oncology trials or chronic disease management.

Where our package comes in

Our rsmart package provides tools for users to design and analyze SMARTs, including those based on an IAIPWE approach.