clinical_states: Create Clinical Trial Multistate Structure

View source: R/define_states.R

clinical_statesR Documentation

Create Clinical Trial Multistate Structure

Description

A convenience function that creates the standard clinical trial multistate structure with states: Baseline, Responded, Unresponded, Stabilized, Progressed, Death.

Usage

clinical_states()

Value

An mstate_structure object.

Limitations

This is a fixed demonstration DAG, not a claim that the package supports cyclic or recurrent clinical histories. Use define_multistate() for another supported single-root DAG.

Examples

ms <- clinical_states()
print(ms)


RFmstate documentation built on Sept. 10, 2026, 1:09 a.m.