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

Description Usage Arguments Value Examples

View source: R/eq5d.R

Description

Function to map EQ-5D-5L descriptive system to 3L index value (ref:Van Hout et al 2012 and code inspired from https://github.com/brechtdv/eq5d-mapping)

Usage

1
2
3
4
5
6
7
8
9
map_5Lto3L_Ind(
  country = "UK",
  method = "CW",
  dimen,
  dimen2 = NA,
  dimen3 = NA,
  dimen4 = NA,
  dimen5 = NA
)

Arguments

country

default is "UK"

method

CW cross walk

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

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

1
2
3
map_5Lto3L_Ind("UK", "CW", 11125)
map_5Lto3L_Ind("UK", "CW", c(1, 1, 1, 2, 5))
map_5Lto3L_Ind("UK", "CW", 1, 1, 1, 2, 5)

valueEQ5D documentation built on Oct. 6, 2021, 5:10 p.m.