onc3p: Multi-state panel oncology data for 3-state model

onc3pR 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

onc3

Examples

head(onc3p)

hesim documentation built on Sept. 4, 2022, 1:06 a.m.