.get_VS_input_list {valueSetCompare} | R Documentation |
.get_VS_input_list
Description
This function generates a list of input specifications based on provided EQ5D versions and value sets.
Usage
.get_VS_input_list(
value_sets_3L = NULL,
value_sets_5L = NULL,
value_sets_XW = NULL,
value_sets_XWR = NULL,
value_sets_others = NULL
)
Arguments
value_sets_3L |
(Optional) A character vector specifying the country value sets for EQ5D-3L version. |
value_sets_5L |
(Optional) A character vector specifying the country value sets for EQ5D-5L version. |
value_sets_XW |
(Optional) A character vector specifying the country value sets for EQ5D-XW version. |
value_sets_XWR |
(Optional) A character vector specifying the country value sets for EQ5D-XWR version. |
value_sets_others |
(Optional) A list of lists specifying the inputs for other instruments. Each list within the main list should be named and contain a data frame ("df"), a column specifying the health states ("stateColumn"), and a column specifying the utility values ("utilityColumn"). |
Value
A list containing input specifications for each provided value set. Each element of the list is a list including three elements: "df", which is a dataframe, "stateColumn" which specifies the name of the column in the "df" dataframe that contains health states, and "utilityColumn" which is the name of the column in the "df" dataframe that contains utility values.