valuesets {eq5d} | R Documentation |
Get the available EQ-5D value sets.
Description
valuesets
returns a data.frame of the available EQ-5D value sets
in the eq5d
package.
Usage
valuesets(
type = NULL,
version = NULL,
country = NULL,
references = c("PubMed", "DOI", "ISBN", "ExternalURL")
)
Arguments
type |
string EQ-5D value set type. TTO or VAS for EQ-5D-3L, VT for EQ-5D-5L, cTTO for EQ-5D-Y, CW for EQ-5D-5L crosswalk conversion dataset, or DSU for NICE Decision Support Unit's EQ-5D-5L to EQ-5D-3L and EQ-5D-3L to EQ-5D-5L mappings. |
version |
string either 3L, 5L or Y. |
country |
string one of the countries for which there is a value set. |
references |
character vector of reference columns. One or more of PubMed, DOI, ISBN or ExternalURL. Default is all. Reference columns can be removed by setting argument to NULL. |
Value
A data.frame containing the EQ-5D version, the value set type and country, along with PubMed IDs, DOIs, ISBNs and external URLs where available.
Examples
valuesets()
valuesets(type="TTO")
valuesets(version="5L")
valuesets(country="UK")
valuesets(version="Y", references=c("DOI", "PubMed"))
[Package eq5d version 0.15.3 Index]