Description Usage Arguments Value Examples
Function to value EQ-5D-3L descriptive system to the index values (ref: Dolan et al. 1997 and code inspired from https://github.com/brechtdv/eq5d-mapping)
1 2 3  | valueEQ5D3Lindscores(country = "UK", this.response,
  this.response2 = NA, this.response3 = NA, this.response4 = NA,
  this.response5 = NA)
 | 
country | 
 default is UK  | 
this.response | 
 a must input,response for EQ-5D-3L mobility or the 5 digit response, or the vector of responses, e.g. 11111, c(1,1,1,1,1) or 1  | 
this.response2 | 
 response for EQ-5D-3L self care, or NA if the responses are given as this.response  | 
this.response3 | 
 response for EQ-5D-3L usual activities,or NA if the responses are given as this.response  | 
this.response4 | 
 response for EQ-5D-3L pain/discomfort, or NA if the responses are given as this.response  | 
this.response5 | 
 response for EQ-5D-3L anxiety/depression, or NA if the responses are given as this.response  | 
index value of EQ-5D-3L, -1 if any error
1 2 3  | valueEQ5D3Lindscores("UK",1,2,3,2,2)
valueEQ5D3Lindscores("UK",c(1,2,3,2,2))
valueEQ5D3Lindscores("UK",12322)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.