msmdata | R Documentation |
These are the same data contained in NICE TA174, as
made publicly available as part of the supplementary
material for Williams et al (2017). Medical Decision
Making, 37;427-439. However, the data have been
restructured (by using the function make_data_multi_state()
)
to be used for multi-state analysis
msmdata
A tibble with 1868 rows and 16 variables:
A numeric patient identifier
An indicator of the starting state. 1=Pre-progression; 2=Progression; 3=Death
An indicator for the arriving state
A code for the actual transition considered. 1=Pre-progression -> Progression; 2=Pre-progression -> Death; 3=Progression -> Death
The time of entry into the observation
The time of exit from observation
The observed time until even (progression or death), or censoring occurs
The event indicator; takes value 1 if the underlying event (which varies depending on which transition is being considered) happens and 0 otherwise
The treatment indicator. 1=rituximab in combination with fludarabine andcyclophosphamide (RFC); 0=fludarabine and cyclo-phosphamide alone (FC)
The original numeric patient identifier
The original indicator to describe whether the patient has experience a progression
The original indicator to describe whether the patient has experience death
The original observed time at progression, or the time at which the patient has been censored; measured in months
The original observed time at death, or the time at which the patient has been censored; measured in months
The original observed time at progression, or the time at which the patient has been censored; measured in years
The original observed time at death, or the time at which the patient has been censored; measured in years
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.