value_5L_Ind {valueEQ5D} | R Documentation |
Function to value EQ-5D-5L scores for various countries
Description
Function to value EQ-5D-5L scores for various countries
Usage
value_5L_Ind(
country,
dimen,
dimen2 = NA,
dimen3 = NA,
dimen4 = NA,
dimen5 = NA
)
Arguments
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 |
Value
index values if success, negative values if failure
Examples
value_5L_Ind("England", 23434)
value_5L_Ind("China", 2, 3, 4, 3, 4)
value_5L_Ind("Poland", c(1, 2, 3, 4, 3))
[Package valueEQ5D version 0.7.2 Index]