| value_3L_Ind | R Documentation | 
Function to value EQ-5D-3L scores for various countries
value_3L_Ind( country, method, dimen, dimen2 = NA, dimen3 = NA, dimen4 = NA, dimen5 = NA )
| country | a country name from the list Belgium,Brazil,Canada,Chile, Denmark,Europe,Finland,France,Germany,Italy,Japan,Korea,Netherlands, NewZealand,Poland,Portugal,Slovenia,Spain,Taiwan,Thailand,UK,USA,and Zimbabwe | 
| method | method name either TTO or VAS | 
| dimen | 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 | 
| dimen2 | response for EQ-5D-3L self care, or NA if the responses are given as dimen | 
| dimen3 | response for EQ-5D-3L usual activities,or NA if the responses are given as dimen | 
| dimen4 | response for EQ-5D-3L pain/discomfort, or NA if the responses are given as dimen | 
| dimen5 | response for EQ-5D-3L anxiety/depression, or NA if the responses are given as dimen | 
index value based if success, negative values for failure
value_3L_Ind("UK", "TTO", 23131)
value_3L_Ind("Spain", "TTO", 2, 3, 1, 3, 1)
value_3L_Ind("Denmark", "VAS", c(1, 2, 3, 1, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.