- df
A data.frame or file name pointing to csv file. The contents of the data.frame or csv file should be exactly two columns: state, containing a list of all 3125 (for 5L) or 243 (for 3L) EQ-5D health state vectors, and a column of corresponding utility values, with a suitable name.
- version
Version of the EQ-5D instrument. Can take values 5L (default) or 3L.
- country
Optional string. If not NULL, will be used as a country description for the user-defined value set.
- saveOption
Integer indicating how the cache data should be saved. 1: Do not save (default), 2: Save in package folder, 3: Save in another path.
- savePath
A path where the cache data should be saved when `saveOption` is 3. Please use `eqvs_load` to load it in your next session.
- description
Optional string. If not NULL, will be used as a descriptive text for the user-defined value set.
- code2L
Optional string. If not NULL, will be used as the two-digit code for the value set. Must be different from any existing national value set code.
- code3L
Optional string. If not NULL, will be used as the three-digit code for the value set. Must be different from any existing national value set code.