Description Usage Arguments Value Examples
Function to value EQ-5D-5L scores for various countries
1 2 3 4 5 6 7 8 | value_5L_Ind(
country,
dimen,
dimen2 = NA,
dimen3 = NA,
dimen4 = NA,
dimen5 = NA
)
|
country |
a country name from the list Canada,China,England, Germany,HongKong,Indonesia,Ireland,Japan,Korea,Malaysia,Netherlands, Poland,Spain,Taiwan,Thailand,and Uruguay |
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-5L self care, or NA if the responses are given as dimen |
dimen3 |
response for EQ-5D-5L usual activities,or NA if the responses are given as dimen |
dimen4 |
response for EQ-5D-5L pain/discomfort, or NA if the responses are given as dimen |
dimen5 |
response for EQ-5D-5L anxiety/depression, or NA if the responses are given as dimen |
index values if success, negative values if failure
1 2 3 | value_5L_Ind("England", 23434)
value_5L_Ind("China", 2, 3, 4, 3, 4)
value_5L_Ind("Poland", c(1, 2, 3, 4, 3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.