map_5Lto3L_Ind_NICE2022 | R Documentation |
Function to map EQ-5D-5L descriptive system to 3L index value (ref:Hernandez, M. and Pudney, S. (2017) and code inspired from https://www.sheffield.ac.uk/nice-dsu/methods-development/mapping-eq-5d-5l-3l)
map_5Lto3L_Ind_NICE2022( country, gender, dimen = NA, age = NA, agegroup = NA, dimen1 = NA, dimen2 = NA, dimen3 = NA, dimen4 = NA, dimen5 = NA )
country |
specific country from the above country list |
gender |
gender |
dimen |
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 |
age |
age if given as exact age |
agegroup |
if age is not known age groupsshould be given they are 16-35, 35-45, 45-55, 55-65, 65-100. 1-5 |
dimen1 |
response for EQ-5D-5L mobility, or NA if the responses are given as dimen |
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 value of EQ-5D-3L, -1 if any error
map_5Lto3L_Ind_NICE2022("England", "female", 11121, 30) map_5Lto3L_Ind_NICE2022("England", "female", NA, 30, NA, 1,2,3,4,5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.