A generic function for creating an object of class CohortDtstm.
create_CohortDtstm(object, ...)
# S3 method for class 'model_def'
create_CohortDtstm(
object,
input_data,
cost_args = NULL,
utility_args = NULL,
...
)An object of the appropriate class.
Further arguments passed to CohortDtstmTrans$new() in
CohortDtstmTrans.
An object of class expanded_hesim_data.
A list of further arguments passed to StateVals$new() in
StateVals when initiating cost models.
A list of further arguments passed to StateVals$new() in
StateVals when initiating the utility model.