.get_EQ5D_version | R Documentation |
This function determines the version of EQ5D used based on the provided stateColumn of a data frame.
.get_EQ5D_version(df, stateColumn)
df |
A data frame containing EQ5D health states. |
stateColumn |
A character string specifying the name of the column in the df data frame that contains the EQ5D health states. |
A character string indicating the version of EQ5D used. Valid return values are "3L" for EQ5D-3L, "5L" for EQ5D-5L, or NULL if the version cannot be determined.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.