Description Usage Arguments Value Examples
Helper Function to to choose the country based tariffs for mapping 5L to 3L
1 2  | eq5dmap5Lto3L_indscores(country, this.response, this.response2 = NA,
  this.response3 = NA, this.response4 = NA, this.response5 = NA)
 | 
country | 
 default is UK, no other country currently currently implemented  | 
this.response | 
 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 of EQ-5D-3L, -1 if any error
1 2 3  | eq5dmap5Lto3L_indscores("Van Hout",11125)
eq5dmap5Lto3L_indscores("Van Hou",c(1,1,1,2,5))
eq5dmap5Lto3L_indscores("Van Hout",1,1,1,2,5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.