Learn R Programming

hesim (version 0.5.0)

disprog: Disease progression object

Description

An object of class disprog returned from methods $sim_disease() in model classes. It contains simulated trajectories through a multi-state model.

Arguments

Components

A disprog object inherits from data.table and contains the following columns:

sample

A random sample from the PSA.

strategy_id

The treatment strategy ID.

patient_id

The patient ID.

from

The health state ID transitioned from.

to

The health state ID transitioned to.

final

An indicator equal to 1 if a patient is in their final health state during the simulation and 0 otherwise.

time_start

The time at the start of the interval.

time_stop

The time at the end of the interval.

See Also

IndivCtstm, IndivCtstmTrans