Get value labels for the ID variables in a hesim_data object and create a list of named vectors that can be passed to formatting and plotting functions. This lets users create nice labels for treatment strategies, subgroups, health states, and/or transitions when presenting results.
object: An object of class hesim_data created with hesim_data().
strategy: The name of the column in the strategy element of object
containing labels for strategy_id.
grp: The name of the column in the patient element of object
containing labels for grp_id.
state: The name of the column in the state element of object
containing labels for state_id.
transition: The name of the column in the transition element of object
containing labels for transition_id.
death_label: The label to use for the death health state. By default a label named "Death" will be concatenated to the labels for the non-death health states. The death state can be omitted from labels for the health states by setting death_label = NULL.
Returns
A list of named vectors containing the values and labels of variables. The elements of each vector are the values of a variable and the names are the labels. The names of the list are the names of the ID variables.