CohortDtstmTrans
objectA generic function for creating an object of class CohortDtstmTrans
.
create_CohortDtstmTrans(object, ...)# S3 method for multinom_list
create_CohortDtstmTrans(
object,
input_data,
trans_mat,
n = 1000,
point_estimate = FALSE,
...
)
An object of the appropriate class.
Further arguments passed to CohortDtstmTrans$new()
in
CohortDtstmTrans
.
An object of class expanded_hesim_data
returned by
expand.hesim_data()
A transition matrix describing the states and transitions in a discrete-time multi-state model. See CohortDtstmTrans.
Number of random observations of the parameters to draw.
If TRUE
, then the point estimates are returned and and no samples are drawn.