valuesets | R Documentation |
valuesets
returns a data.frame of the available EQ-5D value sets
in the eq5d
package.
valuesets(
type = NULL,
version = NULL,
country = NULL,
references = c("PubMed", "DOI", "ISBN", "ExternalURL")
)
type |
string EQ-5D value set type. TTO or VAS for EQ-5D-3L, VT for EQ-5D-5L, cTTO for EQ-5D-Y-3L, 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. |
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.
valuesets()
valuesets(type="TTO")
valuesets(version="5L")
valuesets(country="UK")
valuesets(version="Y3L", references=c("DOI", "PubMed"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.