Description Usage Arguments Value Examples
Function to value EQ-5D-5L scores for countries UK, Spain, Ireland, China, Thailand, Hong Kong, Indonesia, and Germany
1 2 3  | valueEQ5D5L_8countriesIndscores(country, this.response,
  this.response2 = NA, this.response3 = NA, this.response4 = NA,
  this.response5 = NA)
 | 
country | 
 a country name from the list UK,ES,IR, IN,CN, TH, HK, and DE  | 
this.response | 
 a must input,response for EQ-5D-5L 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-5L self care, or NA if the responses are given as this.response  | 
this.response3 | 
 response for EQ-5D-5L usual activities,or NA if the responses are given as this.response  | 
this.response4 | 
 response for EQ-5D-5L pain/discomfort, or NA if the responses are given as this.response  | 
this.response5 | 
 response for EQ-5D-5L anxiety/depression, or NA if the responses are given as this.response  | 
index value based on UK tariffs if success, -1 if failure
1 2 3  | valueEQ5D5L_8countriesIndscores("UK",23434)
valueEQ5D5L_8countriesIndscores("ES",2,3,4,3,4)
valueEQ5D5L_8countriesIndscores("IN",c("IN",2,3,4,3,4))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.