Learn R Programming

eq5dsuite (version 1.0.0)

eqvs_display: eqvs_display

Description

Display available value sets, which can also be used as (reverse) crosswalks.

Usage

eqvs_display(version = "5L", return_df = FALSE)

Value

Default NULL, if return_df == TRUE, returns a data.frame with the displayed information.

Arguments

version

Version of the EQ-5D instrument. Can take values 5L (default) or 3L.

return_df

If set to TRUE, the function will return information on the names of the available value sets in a data.frame. Defaults to FALSE

Examples

Run this code
# Display available value sets.
eqvs_display

Run the code above in your browser using DataLab