map_5Lto3L_Ind_NICE2022: Function to map EQ-5D-5L descriptive system to 3L index value...

View source: R/eq5d.R

map_5Lto3L_Ind_NICE2022R Documentation

Function to map EQ-5D-5L descriptive system to 3L index value using Hernandez et al (2017) method and DSU's functional approach for NICE guidance 2022 countries are UK(England), Japan, Korea, Netherlands, China, Spain and Germany

Description

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)

Usage

map_5Lto3L_Ind_NICE2022(
  country,
  gender,
  dimen = NA,
  age = NA,
  agegroup = NA,
  dimen1 = NA,
  dimen2 = NA,
  dimen3 = NA,
  dimen4 = NA,
  dimen5 = NA
)

Arguments

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

Value

index value of EQ-5D-3L, -1 if any error

Examples

map_5Lto3L_Ind_NICE2022("England", "female", 11121, 30)
map_5Lto3L_Ind_NICE2022("England", "female", NA, 30, NA, 1,2,3,4,5)

sheejamk/valueEQ5D documentation built on Oct. 8, 2022, 7:46 a.m.