View source: R/define_states.R
| clinical_states | R Documentation |
A convenience function that creates the standard clinical trial multistate structure with states: Baseline, Responded, Unresponded, Stabilized, Progressed, Death.
clinical_states()
An mstate_structure object.
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.
ms <- clinical_states()
print(ms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.