onc3p {hesim} | R Documentation |
Multi-state panel oncology data for 3-state model
Description
The same dataset as onc3 converted into a panel data format in which health states are recorded at a finite series of times.
Usage
onc3p
Format
A data.table
with the following columns:
- state
The name of the health state (Stable, Progression, and Death).
- strategy_name
Standard of care (SOC), new treatment 1 (New 1), or new treatment 2 (New 2).
- female
1 if a patient is female; 0 if male.
- age
Patient age (in years).
- patient_id
Patient identification number.
- time
Time that
state
was recorded.- strategy_id
Strategy identification number.
- state_id
The health state identification number.
See Also
Examples
head(onc3p)
[Package hesim version 0.5.4 Index]